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

Packages that use PackagerType
org.codehaus.cargo.container.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(java.lang.String typeAsString)
          Transform a type represented as a string into a PackagerType object.
 



Copyright © 2004-2008 Codehaus. All Rights Reserved.