org.apache.pluto.util.install
Class InstallationConfig
java.lang.Object
org.apache.pluto.util.install.InstallationConfig
public class InstallationConfig
- extends Object
The installation configuration used to install Pluto to servlet container.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallationConfig
public InstallationConfig()
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.