org.apache.servicemix.jbi.container
Class ServiceAssemblyEnvironment
java.lang.Object
org.apache.servicemix.jbi.container.ServiceAssemblyEnvironment
public class ServiceAssemblyEnvironment
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceAssemblyEnvironment
public ServiceAssemblyEnvironment()
getInstallDir
public File getInstallDir()
- Returns:
- Returns the installRoot.
setInstallDir
public void setInstallDir(File installRoot)
- Parameters:
installRoot - The installRoot to set.
getSusDir
public File getSusDir()
- Returns:
- Returns the susRoot.
setSusDir
public void setSusDir(File susRoot)
- Parameters:
susRoot - The susRoot to set.
getStateFile
public File getStateFile()
- Returns:
- Returns the stateFile.
setStateFile
public void setStateFile(File stateFile)
- Parameters:
stateFile - The stateFile to set.
getRootDir
public File getRootDir()
- Returns:
- Returns the rootDir.
setRootDir
public void setRootDir(File rootDir)
- Parameters:
rootDir - The rootDir to set.
getServiceUnitDirectory
public File getServiceUnitDirectory(String componentName,
String suName)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.