Package org.apache.tika.pipes.fetcher
Class FetchKey
- java.lang.Object
- 
- org.apache.tika.pipes.fetcher.FetchKey
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FetchKey extends Object implements Serializable Pair of fetcherName (which fetcher to call) and the key to send to that fetcher to retrieve a specific file.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFetcherName()StringgetFetchKey()longgetRangeEnd()longgetRangeStart()inthashCode()booleanhasRange()StringtoString()
 
-