Uses of Class
org.jdtaus.core.container.Implementation

Packages that use Implementation
org.jdtaus.core.container Object management and configuration. 
 

Uses of Implementation in org.jdtaus.core.container
 

Methods in org.jdtaus.core.container that return Implementation
 Implementation Dependency.getImplementation()
          Gets the implementation of the dependency.
 Implementation ImplementationException.getImplementation()
          Gets the failing implementation.
 Implementation Implementations.getImplementation(int index)
          Gets an implementation for an index.
 Implementation Specification.getImplementation(String name)
          Gets an implementation for a name.
 Implementation Implementations.getImplementation(String identifier)
          Gets an implementation for an identifier.
 Implementation Modules.getImplementation(String identifier)
          Gets an implementation for an identifier.
 Implementation[] DependencyCycleException.getImplementations()
          Gets the implementation introducing a cycle.
 Implementation[] Implementations.getImplementations()
          Gets all implementations of the collection.
 Implementation Implementation.getParent()
          Gets the parent implementation the implementation inherits from.
 

Methods in org.jdtaus.core.container with parameters of type Implementation
 void Dependency.setImplementation(Implementation value)
          Setter for property implementation.
 void Implementations.setImplementations(Implementation[] value)
          Setter for property implementations.
 void Implementation.setParent(Implementation value)
          Setter for property parent.
 

Constructors in org.jdtaus.core.container with parameters of type Implementation
DependencyCycleException(Implementation impl1, Implementation impl2)
          Creates a new DependencyCycleException taking the involved implementations.
ImplementationException(Implementation implementation)
          Creates a new instance of ImplementationException taking meta-data of the failing implementation.
ImplementationException(Implementation implementation, String msg)
          Creates a new instance of ImplementationException taking a message.
ImplementationException(Implementation implementation, Throwable cause)
          Creates a new instance of ImplementationException taking a causing Throwable.
 



Copyright © 2005-2009 jDTAUS. All Rights Reserved.