|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.Dependency
public abstract class Dependency
A dependency of one package on another. Concrete instances should be created by
CommonFactory.
| Constructor Summary | |
|---|---|
Dependency()
|
|
| Method Summary | |
|---|---|
RevisionType |
getMinRevision()
|
abstract java.lang.String |
getPath()
|
void |
setMinRevision(RevisionType revision)
|
void |
setPath(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dependency()
| Method Detail |
|---|
@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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||