|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.driver.deploy.Deploy
| Constructor Summary | |
Deploy(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService,
org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
|
|
| Method Summary | |
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Deploy(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService,
org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
| Method Detail |
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
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||