org.glassfish.deployapi
Class DeploymentFactoryInstaller
java.lang.Object
org.glassfish.deployapi.DeploymentFactoryInstaller
public class DeploymentFactoryInstaller
- extends Object
This singleton object is responsible to resolving all the
DeploymentManagerFactory installed in the RI and register
them to the DeploymentManagerFactory
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstaller
public static DeploymentFactoryInstaller getInstaller()
getListOfDeploymentFactoryFiles
public File[] getListOfDeploymentFactoryFiles()
- Returns:
- a list of installed deployment manager
implementation archives
addDeploymentFactory
public void addDeploymentFactory(File newDM)
throws IOException
- Add a new deployment manager to our respository
- Throws:
IOException
installDeploymentFactory
protected void installDeploymentFactory(File installedDM)
throws IOException
- Throws:
IOException
initialize
protected void initialize()
Copyright © 2012. All Rights Reserved.