|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdtaus.core.container.Implementations
Collection of implementations.
| Constructor Summary | |
Implementations()
|
|
| 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. |
Implementation |
getImplementation(int index)
Gets an implementation for an index. |
Implementation |
getImplementation(String identifier)
Gets an implementation for an identifier. |
Implementation[] |
getImplementations()
Gets all implementations of the collection. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setImplementations(Implementation[] value)
Setter for property . |
int |
size()
Gets the number of implementations 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 Implementations()
| Method Detail |
public Object clone()
public boolean equals(Object o)
o - the reference object with which to compare.
public final Implementation getImplementation(int index)
index - the index of the implementation to return.
IndexOutOfBoundsException - if is negativ,
greater than or equal to .public Implementation getImplementation(String identifier)
identifier - the identifier of the implementation to return.
NullPointerException - if is .
MissingImplementationException - if no implementation matching
exists in the collection.public Implementation[] getImplementations()
public int hashCode()
public void setImplementations(Implementation[] value)
value - the new implementations for the instance.
DuplicateImplementationException - if contains
duplicate implementations.public final int size()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||