Uses of Class
org.codehaus.cargo.container.packager.PackagerType

Packages that use PackagerType
org.codehaus.cargo.container.packager   
org.codehaus.cargo.generic.packager   
 

Uses of PackagerType in org.codehaus.cargo.container.packager
 

Fields in org.codehaus.cargo.container.packager declared as PackagerType
static PackagerType PackagerType.DIRECTORY
          Represents a directory packager, ie a packager that creates a package in a given directory.
 

Methods in org.codehaus.cargo.container.packager that return PackagerType
static PackagerType PackagerType.toType(String typeAsString)
          Transform a type represented as a string into a PackagerType object.
 

Uses of PackagerType in org.codehaus.cargo.generic.packager
 

Methods in org.codehaus.cargo.generic.packager with parameters of type PackagerType
 Packager PackagerFactory.createPackager(String containerId, PackagerType packagerType, String outputLocation)
          Create a Packager instance matching the specified container id.
 Packager DefaultPackagerFactory.createPackager(String containerId, PackagerType packagerType, String outputLocation)
          Create a Packager instance matching the specified container id.
 boolean PackagerFactory.isPackagerRegistered(String containerId, PackagerType packagerType)
           
 boolean DefaultPackagerFactory.isPackagerRegistered(String containerId, PackagerType packagerType)
          
 void PackagerFactory.registerPackager(String containerId, PackagerType packagerType, Class packagerClass)
          Registers a Packager implementation.
 void DefaultPackagerFactory.registerPackager(String containerId, PackagerType packagerType, Class packagerClass)
          Registers a Packager implementation.
 void DefaultPackagerFactory.registerPackager(String containerId, PackagerType packagerType, String packagerClassName)
          Registers a packager using a class specified as a String.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.