|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdtaus.core.container.Dependencies
Collection of dependencies.
| Constructor Summary | |
Dependencies()
|
|
| Method Summary | |
Object |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object o)
Indicates whether some other object is equal to this one by comparing the values of all properties. |
Dependency[] |
getDependencies()
Gets all dependencies of the collection. |
Dependency |
getDependency(int index)
Gets a dependency for an index. |
Dependency |
getDependency(String name)
Gets a dependency for a name. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setDependencies(Dependency[] value)
Setter for property . |
int |
size()
Gets the number of dependencies held by the instance. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Dependencies()
| Method Detail |
public Object clone()
public boolean equals(Object o)
o - the reference object with which to compare.
public Dependency[] getDependencies()
public final Dependency getDependency(int index)
index - the index of the dependency to return.
IndexOutOfBoundsException - if is negativ,
greater than or equal to .public Dependency getDependency(String name)
name - the name of the dependency to return.
NullPointerException - if is .
MissingDependencyException - if no dependency matching
exists in the collection.public int hashCode()
public void setDependencies(Dependency[] value)
value - the new dependencies for the collection.
DuplicateDependencyException - if contains duplicate
dependencies.public final int size()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||