public class Deploy
extends java.lang.Object
Constructor and Description |
---|
Deploy(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService,
org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(java.io.File warFile)
Deploy the war file at the given location
utilizing the preconfigured resources.
|
org.apache.pluto.descriptors.services.PortletAppDescriptorService |
getPortletAppDDService()
Service Getter.
|
org.apache.pluto.descriptors.services.WebAppDescriptorService |
getWebAppDDService()
Service Getter.
|
boolean |
isDebug() |
void |
setDebug(boolean debug) |
void |
setPortletAppDDService(org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
Service Setter.
|
void |
setWebAppDDService(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService)
Service Setter.
|
void |
updateDescriptors() |
public Deploy(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService, org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
public org.apache.pluto.descriptors.services.WebAppDescriptorService getWebAppDDService()
public void setWebAppDDService(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService)
public org.apache.pluto.descriptors.services.PortletAppDescriptorService getPortletAppDDService()
public void setPortletAppDDService(org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
portletAppDescriptorService
- public boolean isDebug()
public void setDebug(boolean debug)
public void deploy(java.io.File warFile) throws java.io.IOException
warFile
- java.io.IOException
public void updateDescriptors() throws java.io.IOException
java.io.IOException
Copyright © 2003-2013 . All Rights Reserved.