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