public class Formats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Formats.Type |
| Constructor and Description |
|---|
Formats() |
Formats(String name,
String extension,
String mediaType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
Formats.Type |
getInputFamily() |
Map<String,?> |
getLoadProperties() |
String |
getMediaType() |
String |
getName() |
Map<String,?> |
getStoreProperties(Formats.Type family) |
Map<Formats.Type,Map<String,?>> |
getStorePropertiesByFamily() |
void |
setExtension(String extension) |
void |
setInputFamily(Formats.Type documentFamily) |
void |
setLoadProperties(Map<String,?> loadProperties) |
void |
setMediaType(String mediaType) |
void |
setName(String name) |
void |
setStoreProperties(Formats.Type family,
Map<String,?> storeProperties) |
void |
setStorePropertiesByFamily(Map<Formats.Type,Map<String,?>> storePropertiesByFamily) |
public String getName()
public void setName(String name)
public String getExtension()
public void setExtension(String extension)
public String getMediaType()
public void setMediaType(String mediaType)
public Formats.Type getInputFamily()
public void setInputFamily(Formats.Type documentFamily)
public Map<Formats.Type,Map<String,?>> getStorePropertiesByFamily()
public void setStorePropertiesByFamily(Map<Formats.Type,Map<String,?>> storePropertiesByFamily)
public void setStoreProperties(Formats.Type family, Map<String,?> storeProperties)
public Map<String,?> getStoreProperties(Formats.Type family)
Copyright © 2019. All rights reserved.