Uses of Interface
org.ow2.util.ant.archive.api.IArchive

Packages that use IArchive
org.ow2.util.ant.archive.api   
org.ow2.util.ant.archive.exploded   
org.ow2.util.ant.archive.file   
 

Uses of IArchive in org.ow2.util.ant.archive.api
 

Subinterfaces of IArchive in org.ow2.util.ant.archive.api
 interface IClient
          Interface for Client archives.
 interface IEar
          Interface for EAR archives.
 interface IEjb
          Interface for EJB archives.
 interface IWar
          Interface for WAR archives.
 

Uses of IArchive in org.ow2.util.ant.archive.exploded
 

Classes in org.ow2.util.ant.archive.exploded that implement IArchive
 class AbsExplodedArchive
          Abstract task for creating exploded archive.
 class EarExploded
          Creates an EAR exploded archive.
 class EjbExploded
          Build an EJB archive in exploded mode.
 class WarExploded
          Build a War archive in exploded mode.
 

Uses of IArchive in org.ow2.util.ant.archive.file
 

Classes in org.ow2.util.ant.archive.file that implement IArchive
 class ClientFile
          Creates a Client file.
 class EarFile
          Creates an EAR file.
 class EjbFile
          Creates an EJB-JAR file.
 class WarFile
          Creates a WAR file.
 



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