org.objectweb.easybeans.ant.archive.exploded
Class WarExploded

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.objectweb.easybeans.ant.archive.exploded.AbsExplodedArchive
              extended by org.objectweb.easybeans.ant.archive.exploded.WarExploded
All Implemented Interfaces:
java.lang.Cloneable, IArchive, IWar

public class WarExploded
extends AbsExplodedArchive
implements IWar

Build a War archive in exploded mode.

Author:
Florent Benoit

Field Summary
private static java.lang.String DEPLOYMENT_DESCRIPTOR
          Path to the Standard deployment descriptor.
 
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
WarExploded(org.apache.tools.ant.Project p)
          Creates an archive for the given project.
 
Method Summary
 java.lang.String getDDStandardName()
          Gets the path to the standard deployment descriptor.
 void setWarInfo(WarInfo warInfo)
          Sets the information about a war archive.
 
Methods inherited from class org.objectweb.easybeans.ant.archive.exploded.AbsExplodedArchive
addDD, execute, setArchiveInfo
 
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
 
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive
execute, setArchiveInfo
 

Field Detail

DEPLOYMENT_DESCRIPTOR

private static final java.lang.String DEPLOYMENT_DESCRIPTOR
Path to the Standard deployment descriptor.

See Also:
Constant Field Values
Constructor Detail

WarExploded

public WarExploded(org.apache.tools.ant.Project p)
Creates an archive for the given project.

Parameters:
p - the given project
Method Detail

setWarInfo

public void setWarInfo(WarInfo warInfo)
Sets the information about a war archive.

Specified by:
setWarInfo in interface IWar
Parameters:
warInfo - the object that holds data information.

getDDStandardName

public java.lang.String getDDStandardName()
Gets the path to the standard deployment descriptor.

Specified by:
getDDStandardName in class AbsExplodedArchive
Returns:
the path to the standard deployment descriptor.