|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.pluto.ant.AssembleTask
public class AssembleTask
TODO JavaDoc
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()
|
File |
getArchive()
|
File |
getDestdir()
|
File |
getDestfile()
|
File |
getPortletxml()
|
File |
getWar()
Deprecated. see getArchive() |
File |
getWebapp()
|
File |
getWebxml()
|
void |
setArchive(File archive)
|
void |
setDestdir(File destDir)
|
void |
setDestfile(File destfile)
|
void |
setPortletxml(File portletxml)
|
void |
setWar(File war)
Deprecated. see setArchive(File) |
void |
setWebapp(File webapp)
|
void |
setWebxml(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 |
---|
public AssembleTask()
Method Detail |
---|
public File getPortletxml()
public void setPortletxml(File portletxml)
public File getWebxml()
public void setWebxml(File webxml)
public File getDestfile()
public void setDestfile(File destfile)
public File getWebapp()
public void setWebapp(File webapp)
public File getWar()
getArchive()
public void setWar(File war)
setArchive(File)
war
- public File getArchive()
public void setArchive(File archive)
public File getDestdir()
public void setDestdir(File destDir)
public void addWars(org.apache.tools.ant.types.FileSet fileSet)
fileSet
- public void addArchives(org.apache.tools.ant.types.FileSet fileSet)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |