Class LivelinkConnector.MetadataPathItem
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.MetadataPathItem
-
- Enclosing class:
- LivelinkConnector
protected static class LivelinkConnector.MetadataPathItem extends java.lang.Object
Class that describes a metadata catid and path.
-
-
Constructor Summary
Constructors Constructor Description MetadataPathItem(int catID, java.lang.String catName)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCatID()
Get the cat ID.java.lang.String
getCatName()
Get the cat name.
-