|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Implementation | |
| org.jdtaus.core.container | Implementation management and configuration. |
| Uses of Implementation in org.jdtaus.core.container |
| Methods in org.jdtaus.core.container that return Implementation | |
Implementation |
Implementation.getParent()
Gets the parent implementation the implementation inherits from. |
Implementation |
Specification.getImplementation(String name)
Gets an implementation for a name. |
Implementation |
Modules.getImplementation(String identifier)
Gets an implementation for an identifier. |
Implementation |
ImplementationException.getImplementation()
Gets the failing implementation. |
Implementation[] |
Implementations.getImplementations()
Gets all implementations of the collection. |
Implementation |
Implementations.getImplementation(String identifier)
Gets an implementation for an identifier. |
Implementation |
Implementations.getImplementation(int index)
Gets an implementation for an index. |
Implementation |
Dependency.getImplementation()
Gets the implementation of the dependency. |
| Methods in org.jdtaus.core.container with parameters of type Implementation | |
void |
Implementation.setParent(Implementation value)
Setter for property . |
void |
Implementations.setImplementations(Implementation[] value)
Setter for property . |
void |
Dependency.setImplementation(Implementation value)
Setter for property . |
| Constructors in org.jdtaus.core.container with parameters of type Implementation | |
ImplementationException(Implementation implementation,
Throwable cause)
Creates a new instance of taking a causing . |
|
ImplementationException(Implementation implementation,
String msg)
Creates a new instance of taking a message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||