org.apache.pluto.util.install
Class InstallationConfig
java.lang.Object
org.apache.pluto.util.install.InstallationConfig
public class InstallationConfig
- extends java.lang.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 java.util.List getSharedDependencies()
setSharedDependencies
public void setSharedDependencies(java.util.List sharedDependencies)
getEndorsedDependencies
public java.util.List getEndorsedDependencies()
setEndorsedDependencies
public void setEndorsedDependencies(java.util.List endorsedDependencies)
getPortletApplications
public java.util.Map getPortletApplications()
setPortletApplications
public void setPortletApplications(java.util.Map portletApplications)
getPortalApplication
public java.io.File getPortalApplication()
setPortalApplication
public void setPortalApplication(java.io.File portalApplication)
getInstallationDirectory
public java.io.File getInstallationDirectory()
setInstallationDirectory
public void setInstallationDirectory(java.io.File installationDirectory)
getPortalContextPath
public java.lang.String getPortalContextPath()
setPortalContextPath
public void setPortalContextPath(java.lang.String portalContextPath)
getServerConfig
public ServerConfig getServerConfig()
setServerConfig
public void setServerConfig(ServerConfig serverConfig)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.