Uses of Class
org.apache.maven.index.packer.IndexPackingRequest.IndexFormat

Packages that use IndexPackingRequest.IndexFormat
org.apache.maven.index.packer   
 

Uses of IndexPackingRequest.IndexFormat in org.apache.maven.index.packer
 

Methods in org.apache.maven.index.packer that return IndexPackingRequest.IndexFormat
static IndexPackingRequest.IndexFormat IndexPackingRequest.IndexFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexPackingRequest.IndexFormat[] IndexPackingRequest.IndexFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.maven.index.packer that return types with arguments of type IndexPackingRequest.IndexFormat
 Collection<IndexPackingRequest.IndexFormat> IndexPackingRequest.getFormats()
          Returns index formats to be created.
 

Method parameters in org.apache.maven.index.packer with type arguments of type IndexPackingRequest.IndexFormat
 void IndexPackingRequest.setFormats(Collection<IndexPackingRequest.IndexFormat> formats)
          Sets index formats to be created
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.