|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.TreeMap<String,List<String>>
com.norconex.commons.lang.map.Properties
com.norconex.collector.http.doc.HttpMetadata
public class HttpMetadata
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Field Summary | |
---|---|
static String |
COLLECTOR_PREFIX
|
static String |
DOC_CHARSET
|
static String |
DOC_MIMETYPE
|
static String |
DOC_URL
|
static String |
HTTP_CONTENT_LENGTH
|
static String |
HTTP_CONTENT_TYPE
|
static String |
REFERNCED_URLS
|
Fields inherited from class com.norconex.commons.lang.map.Properties |
---|
DEFAULT_PROPERTIES_MULTIVALUE_DELIMITER |
Constructor Summary | |
---|---|
HttpMetadata(String documentURL)
|
Method Summary | |
---|---|
ContentType |
getContentType()
|
String |
getDocumentUrl()
|
Collection<String> |
getDocumentUrls()
|
Methods inherited from class com.norconex.commons.lang.map.Properties |
---|
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, getString, getString, getStrings, load, load, load, load, loadFromString, loadFromXML, loadFromXML, remove, setBigDecimal, setBigDecimal, setBoolean, setBoolean, setClass, setDate, setDouble, setFile, setFloat, setInt, setLocale, setLong, setString, store, store, store, store, storeToString, storeToXML, storeToXML, storeToXML |
Methods inherited from class java.util.TreeMap |
---|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, size, subMap, subMap, tailMap, tailMap, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, isEmpty, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode, isEmpty |
Field Detail |
---|
public static final String COLLECTOR_PREFIX
public static final String HTTP_CONTENT_TYPE
public static final String HTTP_CONTENT_LENGTH
public static final String DOC_URL
public static final String DOC_MIMETYPE
public static final String DOC_CHARSET
public static final String REFERNCED_URLS
Constructor Detail |
---|
public HttpMetadata(String documentURL)
Method Detail |
---|
public ContentType getContentType()
public String getDocumentUrl()
public Collection<String> getDocumentUrls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |