public abstract class Dependency
extends java.lang.Object
CommonFactory.| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
RevisionType |
getMinRevision() |
abstract java.lang.String |
getPath() |
void |
setMinRevision(RevisionType revision) |
void |
setPath(java.lang.String id) |
@Nullable public RevisionType getMinRevision()
public void setMinRevision(@Nullable
RevisionType revision)
revision - The minimum revision of the other package required.@NonNull public abstract java.lang.String getPath()
public void setPath(@NonNull
java.lang.String id)
id - The path uniquely identifying the other package.