Uses of Enum
org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
Packages that use IndexPackingRequest.IndexFormat
-
Uses of IndexPackingRequest.IndexFormat in org.apache.maven.index.packer
Methods in org.apache.maven.index.packer that return IndexPackingRequest.IndexFormatModifier and TypeMethodDescriptionReturns 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.IndexFormatModifier and TypeMethodDescriptionIndexPackingRequest.getFormats()
Returns index formats to be created.Method parameters in org.apache.maven.index.packer with type arguments of type IndexPackingRequest.IndexFormatModifier and TypeMethodDescriptionvoid
IndexPackingRequest.setFormats
(Collection<IndexPackingRequest.IndexFormat> formats) Sets index formats to be created