public class ImporterMetadata extends Properties
Modifier and Type | Field and Description |
---|---|
static String |
DOC_CONTENT_ENCODING |
static String |
DOC_CONTENT_FAMILY |
static String |
DOC_CONTENT_TYPE |
static String |
DOC_EMBEDDED_PARENT_REFERENCE |
static String |
DOC_EMBEDDED_PARENT_ROOT_REFERENCE |
static String |
DOC_EMBEDDED_REFERENCE |
static String |
DOC_EMBEDDED_TYPE |
static String |
DOC_GENERATED_TITLE |
static String |
DOC_IMPORTED_DATE |
static String |
DOC_LANGUAGE |
static String |
DOC_REFERENCE |
static String |
DOC_TRANSLATED_FROM |
DEFAULT_MULTIVALUE_DELIMITER
Constructor and Description |
---|
ImporterMetadata() |
ImporterMetadata(boolean caseInsensitiveKeys) |
ImporterMetadata(Map<String,List<String>> map) |
ImporterMetadata(Map<String,List<String>> map,
boolean caseInsensitiveKeys) |
Modifier and Type | Method and Description |
---|---|
String |
getEmbeddedParentReference() |
String |
getEmbeddedParentRootReference() |
String |
getEmbeddedReference() |
String |
getEmbeddedType() |
String |
getLanguage() |
String |
getReference() |
void |
setEmbeddedParentReference(String parentReference) |
void |
setEmbeddedParentRootReference(String parentRootReference) |
void |
setEmbeddedReference(String reference) |
void |
setEmbeddedType(String type) |
void |
setLanguage(String language) |
void |
setReference(String documentReference) |
addBigDecimal, addBoolean, addClass, addDate, addDouble, addFile, addFloat, addInt, addLocale, addLong, addString, get, getBigDecimal, getBigDecimal, getBigDecimals, getBoolean, getBoolean, getBooleans, getClass, getClass, getClasses, getDate, getDate, getDates, getDouble, getDouble, getDoubles, getFile, getFile, getFiles, getFloat, getFloat, getFloats, getInt, getInt, getInts, getLocale, getLocale, getLocales, getLong, getLong, getLongs, getMultiValueDelimiter, getString, getString, getStrings, isCaseInsensitiveKeys, load, load, load, load, load, load, loadFromJSON, loadFromJSON, loadFromString, loadFromXML, loadFromXML, loadFromXML, loadFromXML, loadFromXML, put, putAll, remove, setBigDecimal, setBoolean, setClass, setDate, setDouble, setFile, setFloat, setInt, setLocale, setLong, setMultiValueDelimiter, setString, store, store, store, store, store, store, storeToJSON, storeToJSON, storeToString, storeToXML, storeToXML, storeToXML, storeToXML, storeToXML, storeToXML, storeToXML
addMapChangeListener, clear, containsKey, containsValue, entrySet, isEmpty, keySet, removeMapChangeListener, size, toString, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public static final String DOC_REFERENCE
public static final String DOC_CONTENT_TYPE
public static final String DOC_CONTENT_ENCODING
public static final String DOC_CONTENT_FAMILY
public static final String DOC_LANGUAGE
public static final String DOC_TRANSLATED_FROM
public static final String DOC_GENERATED_TITLE
public static final String DOC_IMPORTED_DATE
public static final String DOC_EMBEDDED_PARENT_REFERENCE
public static final String DOC_EMBEDDED_PARENT_ROOT_REFERENCE
public static final String DOC_EMBEDDED_REFERENCE
public static final String DOC_EMBEDDED_TYPE
public ImporterMetadata()
public ImporterMetadata(boolean caseInsensitiveKeys)
public String getLanguage()
public void setLanguage(String language)
public String getReference()
public void setReference(String documentReference)
public String getEmbeddedParentReference()
public void setEmbeddedParentReference(String parentReference)
public String getEmbeddedParentRootReference()
public void setEmbeddedParentRootReference(String parentRootReference)
public String getEmbeddedReference()
public void setEmbeddedReference(String reference)
public String getEmbeddedType()
public void setEmbeddedType(String type)
Copyright © 2009–2021 Norconex Inc.. All rights reserved.