Class HopCount.DocumentReference
- java.lang.Object
-
- org.apache.manifoldcf.crawler.jobs.HopCount.DocumentReference
-
- Enclosing class:
- HopCount
protected static class HopCount.DocumentReference extends java.lang.ObjectThis class describes a document reference.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringchildIdentifierHashprotected java.lang.StringlinkType
-
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.StringgetChildIdentifierHash()Get the child identifierjava.lang.StringgetLinkType()Get the link type
-