Uses of Interface
org.apache.manifoldcf.core.interfaces.IHierarchyParent
-
Packages that use IHierarchyParent Package Description org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.core.system org.apache.manifoldcf.crawler.interfaces -
-
Uses of IHierarchyParent in org.apache.manifoldcf.core.interfaces
Classes in org.apache.manifoldcf.core.interfaces that implement IHierarchyParent Modifier and Type Class Description classConfigNodeThis class represents a node in a repository configuration structure.classConfigParamsThis class represents a set of configuration parameters, with structure, which is a generalized hierarchy of nodes that can be interpreted by a repository or authority connector in an appropriate way.classConfigurationThis class represents XML configuration information, in its most basic incarnation.classConfigurationNodeThis class represents a node in a configuration structure.classManifoldCFConfigurationThis class represents the configuration data read from the main ManifoldCF configuration XML file.classSpecificationThis class represents a specification, which is a generalized hierarchy of nodes that can be interpreted by an appropriate connector in an appropriate way.classSpecificationNodeThis class represents a node in a specification structure. -
Uses of IHierarchyParent in org.apache.manifoldcf.core.system
Classes in org.apache.manifoldcf.core.system that implement IHierarchyParent Modifier and Type Class Description protected static classManifoldCF.OverrideableManifoldCFConfigurationFor local properties (not shared!!), this class allows them to be overridden directly from the command line. -
Uses of IHierarchyParent in org.apache.manifoldcf.crawler.interfaces
Classes in org.apache.manifoldcf.crawler.interfaces that implement IHierarchyParent Modifier and Type Class Description classConnectorsThis class represents the configuration data read from the 'connectors.xml' file, which describes all the individual connector classes and their pretty names.
-