org.glassfish.deployapi
Class DeploymentFactoryInstaller

java.lang.Object
  extended by 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

Method Summary
 void addDeploymentFactory(File newDM)
          Add a new deployment manager to our respository
static DeploymentFactoryInstaller getInstaller()
           
 File[] getListOfDeploymentFactoryFiles()
           
protected  void initialize()
           
protected  void installDeploymentFactory(File installedDM)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.