org.apache.pluto.util.install
Class InstallationConfig

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

public class InstallationConfig
extends java.lang.Object

The installation configuration used to install Pluto to servlet container.


Constructor Summary
InstallationConfig()
           
 
Method Summary
 java.util.List getEndorsedDependencies()
           
 java.io.File getInstallationDirectory()
           
 java.io.File getPortalApplication()
           
 java.lang.String getPortalContextPath()
           
 java.util.Map getPortletApplications()
           
 ServerConfig getServerConfig()
           
 java.util.List getSharedDependencies()
           
 void setEndorsedDependencies(java.util.List endorsedDependencies)
           
 void setInstallationDirectory(java.io.File installationDirectory)
           
 void setPortalApplication(java.io.File portalApplication)
           
 void setPortalContextPath(java.lang.String portalContextPath)
           
 void setPortletApplications(java.util.Map portletApplications)
           
 void setServerConfig(ServerConfig serverConfig)
           
 void setSharedDependencies(java.util.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 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.