org.apache.pluto.util.install
Class InstallationConfig

java.lang.Object
  extended by org.apache.pluto.util.install.InstallationConfig

public class InstallationConfig
extends Object

The installation configuration used to install Pluto to servlet container.


Constructor Summary
InstallationConfig()
           
 
Method Summary
 List getEndorsedDependencies()
           
 File getInstallationDirectory()
           
 File getPortalApplication()
           
 String getPortalContextPath()
           
 Map getPortletApplications()
           
 ServerConfig getServerConfig()
           
 List getSharedDependencies()
           
 void setEndorsedDependencies(List endorsedDependencies)
           
 void setInstallationDirectory(File installationDirectory)
           
 void setPortalApplication(File portalApplication)
           
 void setPortalContextPath(String portalContextPath)
           
 void setPortletApplications(Map portletApplications)
           
 void setServerConfig(ServerConfig serverConfig)
           
 void setSharedDependencies(List sharedDependencies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallationConfig

public InstallationConfig()
Method Detail

getSharedDependencies

public List getSharedDependencies()

setSharedDependencies

public void setSharedDependencies(List sharedDependencies)

getEndorsedDependencies

public List getEndorsedDependencies()

setEndorsedDependencies

public void setEndorsedDependencies(List endorsedDependencies)

getPortletApplications

public Map getPortletApplications()

setPortletApplications

public void setPortletApplications(Map portletApplications)

getPortalApplication

public File getPortalApplication()

setPortalApplication

public void setPortalApplication(File portalApplication)

getInstallationDirectory

public File getInstallationDirectory()

setInstallationDirectory

public void setInstallationDirectory(File installationDirectory)

getPortalContextPath

public String getPortalContextPath()

setPortalContextPath

public void setPortalContextPath(String portalContextPath)

getServerConfig

public ServerConfig getServerConfig()

setServerConfig

public void setServerConfig(ServerConfig serverConfig)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.