org.apache.pluto.ant
Class AssembleTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
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
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 |
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 |
AssembleTask
public AssembleTask()
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-2011 Apache Software Foundation. All Rights Reserved.