Package | Description |
---|---|
org.apache.maven.index.packer |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<IndexPackingRequest.IndexFormat> |
IndexPackingRequest.formats |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IndexPackingRequest.IndexFormat> |
IndexPackingRequest.getFormats()
Returns index formats to be created.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexPackingRequest.setFormats(java.util.Collection<IndexPackingRequest.IndexFormat> formats)
Sets index formats to be created
|