org.apache.pluto.ant
Class AssembleTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.pluto.ant.AssembleTask
All Implemented Interfaces:
java.lang.Cloneable

public class AssembleTask
extends org.apache.tools.ant.Task

TODO JavaDoc

Since:
Nov 23, 2005
Version:
1.0

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
AssembleTask()
           
 
Method Summary
 void addArchives(org.apache.tools.ant.types.FileSet fileSet)
           
 void addWars(org.apache.tools.ant.types.FileSet fileSet)
          Deprecated. use addArchives instead
 void execute()
           
 java.io.File getArchive()
           
 java.io.File getDestdir()
           
 java.io.File getDestfile()
           
 java.io.File getPortletxml()
           
 java.io.File getWar()
          Deprecated. see getArchive()
 java.io.File getWebapp()
           
 java.io.File getWebxml()
           
 void setArchive(java.io.File archive)
           
 void setDestdir(java.io.File destDir)
           
 void setDestfile(java.io.File destfile)
           
 void setPortletxml(java.io.File portletxml)
           
 void setWar(java.io.File war)
          Deprecated. see setArchive(File)
 void setWebapp(java.io.File webapp)
           
 void setWebxml(java.io.File webxml)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssembleTask

public AssembleTask()
Method Detail

getPortletxml

public java.io.File getPortletxml()

setPortletxml

public void setPortletxml(java.io.File portletxml)

getWebxml

public java.io.File getWebxml()

setWebxml

public void setWebxml(java.io.File webxml)

getDestfile

public java.io.File getDestfile()

setDestfile

public void setDestfile(java.io.File destfile)

getWebapp

public java.io.File getWebapp()

setWebapp

public void setWebapp(java.io.File webapp)

getWar

public java.io.File getWar()
Deprecated. see getArchive()

Note this methods remains to support backwards compatiblity.


setWar

public void setWar(java.io.File war)
Deprecated. see setArchive(File)

Note this methods remains to support backwards compatiblity.

Parameters:
war -

getArchive

public java.io.File getArchive()

setArchive

public void setArchive(java.io.File archive)

getDestdir

public java.io.File getDestdir()

setDestdir

public void setDestdir(java.io.File destDir)

addWars

public void addWars(org.apache.tools.ant.types.FileSet fileSet)
Deprecated. use addArchives instead

Note this method remains to support backwards compatiblity.

Parameters:
fileSet -

addArchives

public void addArchives(org.apache.tools.ant.types.FileSet fileSet)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.