public class Configurator extends Object
Modifier and Type | Method and Description |
---|---|
String |
getContentType(String fileExtension)
return an overridden MIME type from a file extension
|
String |
getDefaultDocumentType() |
String |
getDefaultFolderType() |
static Configurator |
getInstance() |
MetadataParser |
getParser(String contentType) |
Properties |
getProperties() |
PropertyMapper |
getPropertyMapper(String contentType) |
public static Configurator getInstance()
public PropertyMapper getPropertyMapper(String contentType)
public MetadataParser getParser(String contentType)
public String getDefaultDocumentType()
public String getDefaultFolderType()
public final Properties getProperties()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.