A C E G I O S U W

A

AbsArchive - Class in org.ow2.util.ant.archive
Common task that creates archives.
AbsArchive() - Constructor for class org.ow2.util.ant.archive.AbsArchive
Default constructor.
AbsExplodedArchive - Class in org.ow2.util.ant.archive.exploded
Abstract task for creating exploded archive.
AbsExplodedArchive(Project) - Constructor for class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Creates an archive for the given project.
addArchiveInFileSet(AbsArchive) - Method in class org.ow2.util.ant.archive.file.EarFile
Add the given archive in a fileset.
addClasses(ZipFileSet) - Method in class org.ow2.util.ant.archive.War
Add files in WEB-INF/classes folder.
addConfiguredClient(Client) - Method in class org.ow2.util.ant.archive.Ear
Add a given Application Client archive.
addConfiguredEjb(Ejb) - Method in class org.ow2.util.ant.archive.Ear
Add a given Ejb archive.
addConfiguredWar(War) - Method in class org.ow2.util.ant.archive.Ear
Add a given war archive.
addDD() - Method in class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Add the standard deployment descriptor in the archive.
addFileSet(ZipFileSet) - Method in class org.ow2.util.ant.archive.AbsArchive
Add the given fileset to the list of existing fileset.
addFileSet(FileSet) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Add the given fileset to the list of existing fileset.
addLib(ZipFileSet) - Method in class org.ow2.util.ant.archive.Ear
Add files in lib folder.
addLib(ZipFileSet) - Method in class org.ow2.util.ant.archive.War
Add files in WEB-INF/lib folder.
addWebinf(ZipFileSet) - Method in class org.ow2.util.ant.archive.War
Add files in WEB-INF folder.
ArchiveInfo - Class in org.ow2.util.ant.archive.info
Class that holds information about an archive.
ArchiveInfo() - Constructor for class org.ow2.util.ant.archive.info.ArchiveInfo
Default constructor.

C

Client - Class in org.ow2.util.ant.archive
Task that creates a client archive (only .jar file).
Client() - Constructor for class org.ow2.util.ant.archive.Client
Default constructor.
ClientFile - Class in org.ow2.util.ant.archive.file
Creates a Client file.
ClientFile(Project) - Constructor for class org.ow2.util.ant.archive.file.ClientFile
Creates an archive for the given project.
ClientInfo - Class in org.ow2.util.ant.archive.info
Class that holds information about a Client archive.
ClientInfo() - Constructor for class org.ow2.util.ant.archive.info.ClientInfo
 

E

Ear - Class in org.ow2.util.ant.archive
Task that creates an Ear archive (.ear file or .ear directory).
Ear() - Constructor for class org.ow2.util.ant.archive.Ear
Default constructor.
EarExploded - Class in org.ow2.util.ant.archive.exploded
Creates an EAR exploded archive.
EarExploded(Project) - Constructor for class org.ow2.util.ant.archive.exploded.EarExploded
Creates an archive for the given project.
EarFile - Class in org.ow2.util.ant.archive.file
Creates an EAR file.
EarFile(Project) - Constructor for class org.ow2.util.ant.archive.file.EarFile
Creates an archive for the given project.
EarInfo - Class in org.ow2.util.ant.archive.info
Class that holds information about an EAR archive.
EarInfo() - Constructor for class org.ow2.util.ant.archive.info.EarInfo
 
Ejb - Class in org.ow2.util.ant.archive
Task that creates an EJB jar archive (.jar file or .jar directory).
Ejb() - Constructor for class org.ow2.util.ant.archive.Ejb
Default constructor.
EjbExploded - Class in org.ow2.util.ant.archive.exploded
Build an EJB archive in exploded mode.
EjbExploded(Project) - Constructor for class org.ow2.util.ant.archive.exploded.EjbExploded
Creates an archive for the given project.
EjbFile - Class in org.ow2.util.ant.archive.file
Creates an EJB-JAR file.
EjbFile(Project) - Constructor for class org.ow2.util.ant.archive.file.EjbFile
Creates an archive for the given project.
EjbInfo - Class in org.ow2.util.ant.archive.info
Class that holds information about an EJB archive.
EjbInfo() - Constructor for class org.ow2.util.ant.archive.info.EjbInfo
 
execute() - Method in interface org.ow2.util.ant.archive.api.IArchive
Execute the task by using either exploded or file mode.
execute() - Method in class org.ow2.util.ant.archive.Client
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.Ear
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.Ejb
Execute the task by using either exploded or file mode.
execute() - Method in class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.exploded.EarExploded
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.file.ClientFile
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.file.EarFile
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.file.EjbFile
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.file.WarFile
Execute the task.
execute() - Method in class org.ow2.util.ant.archive.War
Execute the task by using either exploded or file mode.

G

getClients() - Method in class org.ow2.util.ant.archive.info.EarInfo
 
getDD() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the reference to the deployment descriptor.
getDDSpecificame() - Method in class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Gets the path to the specific deployment descriptor.
getDDSpecificame() - Method in class org.ow2.util.ant.archive.exploded.EarExploded
Gets the path to the specific deployment descriptor.
getDDSpecificame() - Method in class org.ow2.util.ant.archive.exploded.EjbExploded
Gets the path to the specific deployment descriptor.
getDDSpecificame() - Method in class org.ow2.util.ant.archive.exploded.WarExploded
Gets the path to the specific deployment descriptor.
getDDStandardName() - Method in class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Gets the path to the standard deployment descriptor.
getDDStandardName() - Method in class org.ow2.util.ant.archive.exploded.EarExploded
Gets the path to the standard deployment descriptor.
getDDStandardName() - Method in class org.ow2.util.ant.archive.exploded.EjbExploded
Gets the path to the standard deployment descriptor.
getDDStandardName() - Method in class org.ow2.util.ant.archive.exploded.WarExploded
Gets the path to the standard deployment descriptor.
getDest() - Method in class org.ow2.util.ant.archive.AbsArchive
Gets the path to the archive that will be built.
getDest() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the path to the archive that will be built.
getEjbs() - Method in class org.ow2.util.ant.archive.info.EarInfo
 
getFileSetList() - Method in class org.ow2.util.ant.archive.AbsArchive
Gets the list of fileset to include in the archive.
getFileSetList() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the list of fileset to include in the archive.
getMainClass() - Method in class org.ow2.util.ant.archive.info.ClientInfo
 
getManifest() - Method in class org.ow2.util.ant.archive.AbsArchive
Gets the reference to the manifest.
getManifest() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the reference to the manifest.
getName() - Method in class org.ow2.util.ant.archive.AbsArchive
Gets the relative Name of the archive (when embedded).
getPersistenceDD() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the reference to the persistence deployment descriptor.
getSpecificDD() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the reference to the specific deployment descriptor.
getWars() - Method in class org.ow2.util.ant.archive.info.EarInfo
 

I

IArchive - Interface in org.ow2.util.ant.archive.api
Interface for archives.
IClient - Interface in org.ow2.util.ant.archive.api
Interface for Client archives.
IEar - Interface in org.ow2.util.ant.archive.api
Interface for EAR archives.
IEjb - Interface in org.ow2.util.ant.archive.api
Interface for EJB archives.
isExploded() - Method in class org.ow2.util.ant.archive.AbsArchive
Gets the state : exploded mode or not ?
isExploded() - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Gets the state : exploded mode or not ?
IWar - Interface in org.ow2.util.ant.archive.api
Interface for WAR archives.

O

org.ow2.util.ant.archive - package org.ow2.util.ant.archive
 
org.ow2.util.ant.archive.api - package org.ow2.util.ant.archive.api
 
org.ow2.util.ant.archive.exploded - package org.ow2.util.ant.archive.exploded
 
org.ow2.util.ant.archive.file - package org.ow2.util.ant.archive.file
 
org.ow2.util.ant.archive.info - package org.ow2.util.ant.archive.info
 

S

setArchiveInfo(ArchiveInfo) - Method in interface org.ow2.util.ant.archive.api.IArchive
Sets the information about an archive.
setArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.exploded.AbsExplodedArchive
Sets the information about an archive.
setArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.file.ClientFile
Sets the information about an archive.
setArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.file.EarFile
Sets the information about an archive.
setArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.file.EjbFile
Sets the information about an archive.
setArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.file.WarFile
Sets the information about an archive.
setClientInfo(ClientInfo) - Method in interface org.ow2.util.ant.archive.api.IClient
Sets the information about a Client archive.
setClientInfo(ClientInfo) - Method in class org.ow2.util.ant.archive.file.ClientFile
Sets the information about a Client archive.
setClients(List<Client>) - Method in class org.ow2.util.ant.archive.info.EarInfo
 
setDD(File) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the reference to the deployment descriptor.
setDD(File) - Method in class org.ow2.util.ant.archive.file.ClientFile
Add the given DD file into the archive.
setDD(File) - Method in class org.ow2.util.ant.archive.file.EarFile
Add the given DD file into the archive.
setDD(File) - Method in class org.ow2.util.ant.archive.file.EjbFile
Add the given DD file into the archive.
setDD(File) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the reference to the deployment descriptor.
setDest(File) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the path to the archive that will be built.
setDest(File) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the path to the archive that will be built.
setEarInfo(EarInfo) - Method in interface org.ow2.util.ant.archive.api.IEar
Sets the information about an EAR archive.
setEarInfo(EarInfo) - Method in class org.ow2.util.ant.archive.exploded.EarExploded
Sets the information about an EAR archive.
setEarInfo(EarInfo) - Method in class org.ow2.util.ant.archive.file.EarFile
Sets the information about an EAR archive.
setEjbInfo(EjbInfo) - Method in interface org.ow2.util.ant.archive.api.IEjb
Sets the information about an EJB archive.
setEjbInfo(EjbInfo) - Method in class org.ow2.util.ant.archive.exploded.EjbExploded
Sets the information about an EJB archive.
setEjbInfo(EjbInfo) - Method in class org.ow2.util.ant.archive.file.EjbFile
Sets the information about an EJB archive.
setEjbs(List<Ejb>) - Method in class org.ow2.util.ant.archive.info.EarInfo
Sets the list of EJB modules.
setExploded(boolean) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the exploded mode to true or false.
setExploded(boolean) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the exploded mode to true or false.
setMainClass(String) - Method in class org.ow2.util.ant.archive.Client
Sets the Main-Class: Attribute of the manifest.
setMainClass(String) - Method in class org.ow2.util.ant.archive.info.ClientInfo
Sets the Main-Class: Attribute of the manifest.
setManifest(File) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the reference to the manifest.
setManifest(File) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the reference to the manifest.
setName(String) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the relative Name of the archive (when embedded).
setPersistenceDD(File) - Method in class org.ow2.util.ant.archive.Ejb
Sets the reference to the persistence deployment descriptor.
setPersistenceDD(File) - Method in class org.ow2.util.ant.archive.file.EjbFile
Add the given persistence DD file into the archive.
setPersistenceDD(File) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the reference to the persistence deployment descriptor.
setSpecificDD(File) - Method in class org.ow2.util.ant.archive.AbsArchive
Sets the reference to the specific deployment descriptor.
setSpecificDD(File) - Method in class org.ow2.util.ant.archive.file.ClientFile
Add the given Specific DD file into the archive.
setSpecificDD(File) - Method in class org.ow2.util.ant.archive.file.EjbFile
Add the given Specific DD file into the archive.
setSpecificDD(File) - Method in class org.ow2.util.ant.archive.info.ArchiveInfo
Sets the reference to the specific deployment descriptor.
setWarInfo(WarInfo) - Method in interface org.ow2.util.ant.archive.api.IWar
Sets the information about a war archive.
setWarInfo(WarInfo) - Method in class org.ow2.util.ant.archive.exploded.WarExploded
Sets the information about a war archive.
setWarInfo(WarInfo) - Method in class org.ow2.util.ant.archive.file.WarFile
Sets the information about a war archive.
setWars(List<War>) - Method in class org.ow2.util.ant.archive.info.EarInfo
Sets the list of WAR modules.

U

updateArchiveInfo(ArchiveInfo) - Method in class org.ow2.util.ant.archive.AbsArchive
Update the given archive info object with some attributes.

W

War - Class in org.ow2.util.ant.archive
Task that creates a War archive (.war file or .war directory).
War() - Constructor for class org.ow2.util.ant.archive.War
Default constructor.
WarExploded - Class in org.ow2.util.ant.archive.exploded
Build a War archive in exploded mode.
WarExploded(Project) - Constructor for class org.ow2.util.ant.archive.exploded.WarExploded
Creates an archive for the given project.
WarFile - Class in org.ow2.util.ant.archive.file
Creates a WAR file.
WarFile(Project) - Constructor for class org.ow2.util.ant.archive.file.WarFile
Creates an archive for the given project.
WarInfo - Class in org.ow2.util.ant.archive.info
Class that holds information about a War archive.
WarInfo() - Constructor for class org.ow2.util.ant.archive.info.WarInfo
 

A C E G I O S U W

Copyright © 2007-2013 Bull S.A.S.. All Rights Reserved.