Uses of Class
org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
-
Packages that use IndexPackingRequest.IndexFormat Package Description org.apache.maven.index.packer -
-
Uses of IndexPackingRequest.IndexFormat in org.apache.maven.index.packer
Fields in org.apache.maven.index.packer with type parameters of type IndexPackingRequest.IndexFormat Modifier and Type Field Description private java.util.Collection<IndexPackingRequest.IndexFormat>
IndexPackingRequest. formats
Methods in org.apache.maven.index.packer that return IndexPackingRequest.IndexFormat Modifier and Type Method Description static IndexPackingRequest.IndexFormat
IndexPackingRequest.IndexFormat. valueOf(java.lang.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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description void
IndexPackingRequest. setFormats(java.util.Collection<IndexPackingRequest.IndexFormat> formats)
Sets index formats to be created
-