org.apache.tuscany.core.system.assembly.impl
Class SystemImplementationImpl
java.lang.Object
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ExtensibleImpl
org.apache.tuscany.model.assembly.impl.ImplementationImpl
org.apache.tuscany.model.assembly.impl.AtomicImplementationImpl
org.apache.tuscany.core.system.assembly.impl.SystemImplementationImpl
- All Implemented Interfaces:
- SystemImplementation, AssemblyObject, AtomicImplementation, Extensible, Implementation
public class SystemImplementationImpl
- extends AtomicImplementationImpl
- implements SystemImplementation
The default implementation of the system implementation assembly artifact
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemImplementationImpl
protected SystemImplementationImpl()
getImplementationClass
public Class<?> getImplementationClass()
- Description copied from interface:
SystemImplementation
- Returns the implementation class of the system component
- Specified by:
getImplementationClass
in interface SystemImplementation
setImplementationClass
public void setImplementationClass(Class<?> value)
- Description copied from interface:
SystemImplementation
- Sets the implementation class of the system component
- Specified by:
setImplementationClass
in interface SystemImplementation
-