org.apache.pluto.driver.deploy
Class Deploy

java.lang.Object
  extended by org.apache.pluto.driver.deploy.Deploy

public class Deploy
extends java.lang.Object


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

Deploy

public Deploy(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService,
              org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
Method Detail

getWebAppDDService

public org.apache.pluto.descriptors.services.WebAppDescriptorService getWebAppDDService()
Service Getter.

Returns:

setWebAppDDService

public void setWebAppDDService(org.apache.pluto.descriptors.services.WebAppDescriptorService webAppDescriptorService)
Service Setter.


getPortletAppDDService

public org.apache.pluto.descriptors.services.PortletAppDescriptorService getPortletAppDDService()
Service Getter.

Returns:

setPortletAppDDService

public void setPortletAppDDService(org.apache.pluto.descriptors.services.PortletAppDescriptorService portletAppDescriptorService)
Service Setter.

Parameters:
portletAppDescriptorService -

isDebug

public boolean isDebug()

setDebug

public void setDebug(boolean debug)

deploy

public void deploy(java.io.File warFile)
            throws java.io.IOException
Deploy the war file at the given location utilizing the preconfigured resources.

Parameters:
warFile -
Throws:
java.io.IOException

updateDescriptors

public void updateDescriptors()
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2009 . All Rights Reserved.