DependencyResolver
.@Deprecated
public class DependencyPath
extends java.lang.Object
Constructor and Description |
---|
DependencyPath()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DependencyPath |
archive(java.lang.String archive)
Deprecated.
Chainable setter
|
DependencyPath |
collection(java.lang.String collection)
Deprecated.
Chainable setter
|
DependencyPath |
directory(java.lang.String directory)
Deprecated.
Chainable setter
|
boolean |
equals(java.lang.Object obj)
Deprecated.
Compares this dependency path with the given object
|
java.lang.String |
getArchive()
Deprecated.
Returns the archive for this path
|
java.lang.String |
getCollection()
Deprecated.
Returns the repository collection name for this path
|
java.lang.String |
getDirectory()
Deprecated.
Returns the directory name for this path
|
java.lang.String |
getSourceDir()
Deprecated.
Returns the source directory for this path
|
int |
hashCode()
Deprecated.
Generates an unique hash-code for this dependency path
|
void |
setArchive(java.lang.String archive)
Deprecated.
Sets the archive for this path
|
void |
setCollection(java.lang.String collection)
Deprecated.
Sets the repository collection name for this path
|
void |
setDirectory(java.lang.String directory)
Deprecated.
Sets the directory name for this path
|
void |
setSourceDir(java.lang.String sourceDir)
Deprecated.
Sets the source directory for this path
|
DependencyPath |
sourceDir(java.lang.String sourceDir)
Deprecated.
Chainable setter
|
com.ibm.json.java.JSONObject |
toJSON()
Deprecated.
Returns a JSON representation of the object
|
java.lang.String |
toString()
Deprecated.
Outputs the field of this dependency path to a
java.lang.String |
public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory
- The directory name for this pathpublic java.lang.String getCollection()
public void setCollection(java.lang.String collection)
collection
- The name of the repository collectionpublic java.lang.String getSourceDir()
public void setSourceDir(java.lang.String sourceDir)
sourceDir
- The source directory for this pathpublic java.lang.String getArchive()
public void setArchive(java.lang.String archive)
archive
- The archive for this pathpublic DependencyPath collection(java.lang.String collection)
collection
- The name of the repository collectionsetCollection(java.lang.String)
public DependencyPath sourceDir(java.lang.String sourceDir)
sourceDir
- The source directory for this pathsetSourceDir(java.lang.String)
public DependencyPath directory(java.lang.String directory)
directory
- The source directory for this pathsetDirectory(java.lang.String)
public DependencyPath archive(java.lang.String archive)
archive
- The archive for this pathsetArchive(java.lang.String)
public com.ibm.json.java.JSONObject toJSON()
public java.lang.String toString()
java.lang.String
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.