org.ow2.petals.jbi.component.context
Class InstallationContextImpl
java.lang.Object
org.ow2.petals.jbi.component.context.InstallationContextImpl
- All Implemented Interfaces:
- javax.jbi.component.InstallationContext
public class InstallationContextImpl
- extends java.lang.Object
- implements javax.jbi.component.InstallationContext
- Since:
- Petals 1.0
- Version:
- $Rev: 250 $ $Date: 2006-04-21 14:20:57 +0200 (ven, 21 avr 2006) $
- Author:
- wjoseph - EBM Websourcing
|
Constructor Summary |
InstallationContextImpl(org.ow2.petals.jbi.descriptor.original.generated.Component component,
javax.jbi.component.ComponentContext context,
boolean install)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallationContextImpl
public InstallationContextImpl(org.ow2.petals.jbi.descriptor.original.generated.Component component,
javax.jbi.component.ComponentContext context,
boolean install)
getClassPathElements
public java.util.List<java.lang.String> getClassPathElements()
- Specified by:
getClassPathElements in interface javax.jbi.component.InstallationContext
getComponentClassName
public java.lang.String getComponentClassName()
- Specified by:
getComponentClassName in interface javax.jbi.component.InstallationContext
getComponentName
public java.lang.String getComponentName()
- Specified by:
getComponentName in interface javax.jbi.component.InstallationContext
getContext
public javax.jbi.component.ComponentContext getContext()
- Specified by:
getContext in interface javax.jbi.component.InstallationContext
getInstallationDescriptorExtension
public org.w3c.dom.DocumentFragment getInstallationDescriptorExtension()
- Specified by:
getInstallationDescriptorExtension in interface javax.jbi.component.InstallationContext
getInstallRoot
public java.lang.String getInstallRoot()
- Specified by:
getInstallRoot in interface javax.jbi.component.InstallationContext
isInstall
public boolean isInstall()
- Specified by:
isInstall in interface javax.jbi.component.InstallationContext
setClassPathElements
public void setClassPathElements(java.util.List classPathElements)
- Specified by:
setClassPathElements in interface javax.jbi.component.InstallationContext
setInstall
public void setInstall(boolean install)
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.