Uses of Class
org.apache.manifoldcf.core.interfaces.ManifoldCFConfiguration
-
Packages that use ManifoldCFConfiguration Package Description org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.core.lockmanager org.apache.manifoldcf.core.system -
-
Uses of ManifoldCFConfiguration in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ManifoldCFConfiguration Modifier and Type Method Description ManifoldCFConfigurationILockManager. getSharedConfiguration()Get the current shared configuration. -
Uses of ManifoldCFConfiguration in org.apache.manifoldcf.core.lockmanager
Fields in org.apache.manifoldcf.core.lockmanager declared as ManifoldCFConfiguration Modifier and Type Field Description protected ManifoldCFConfigurationZooKeeperLockManager. cachedConfigurationMethods in org.apache.manifoldcf.core.lockmanager that return ManifoldCFConfiguration Modifier and Type Method Description ManifoldCFConfigurationBaseLockManager. getSharedConfiguration()Get the current shared configuration.ManifoldCFConfigurationLockManager. getSharedConfiguration()Get the current shared configuration.ManifoldCFConfigurationZooKeeperLockManager. getSharedConfiguration()Get the current shared configuration. -
Uses of ManifoldCFConfiguration in org.apache.manifoldcf.core.system
Subclasses of ManifoldCFConfiguration in org.apache.manifoldcf.core.system 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.Fields in org.apache.manifoldcf.core.system declared as ManifoldCFConfiguration Modifier and Type Field Description protected static ManifoldCFConfigurationManifoldCF. localConfigurationMethods in org.apache.manifoldcf.core.system that return ManifoldCFConfiguration Modifier and Type Method Description static ManifoldCFConfigurationManifoldCF. getConfiguration()Get current properties.
-