Class HopCount.DocumentReference
- java.lang.Object
-
- org.apache.manifoldcf.crawler.jobs.HopCount.DocumentReference
-
- Enclosing class:
- HopCount
protected static class HopCount.DocumentReference extends java.lang.Object
This class describes a document reference.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
childIdentifierHash
protected java.lang.String
linkType
-
Constructor Summary
Constructors Constructor Description DocumentReference(java.lang.String childIdentifierHash, java.lang.String linkType)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChildIdentifierHash()
Get the child identifierjava.lang.String
getLinkType()
Get the link type
-