org.compass.core.config |
|
Java Source File Name | Type | Comment |
CommonMetaDataLookup.java | Class | |
CompassConfigurable.java | Interface | A general setting for objects that can be configured. |
CompassConfiguration.java | Class | Used to configure Compass instances.
An instance of it allows the application to specify settings and mapping
files to be used when creating Compass .
There are several options to configure a Compass instance,
programmatically using the CompassConfiguration class, using
the xml configuration file (compass.cfg.xml), or a combination of both.
Usually the application will create a single
CompassConfiguration , use it to configure and than build a
Compass instance, and than instantiate
CompassSession s in threads servicing client requests.
The CompassConfiguration is meant only as an
initialization-time object. |
CompassConfigurationFactory.java | Class | |
CompassEnvironment.java | Class | Compass environment settings constants class. |
CompassMappingAware.java | Interface | An interface allowing for custom components that wish to be aware of CompassMapping
to be injected with it. |
CompassMappingBinding.java | Class | Compass
org.compass.core.config.binding.MappingBinding is a mapping binding that holds
a list of
org.compass.core.config.binding.MappingBinding s (ordered) and when trying to
add mappings, it will iterate through them and try and add it to each one. |
CompassMappingProcessor.java | Class | |
CompassSettings.java | Class | A set of settings that are used to configure the Compass instance. |
ConfigurationException.java | Class | |
InputStreamMappingResolver.java | Interface | A general interface that can be used to resolve mappings definitions that are
not supported by the default add configuration API's. |
RuntimeCompassEnvironment.java | Class | A set of settings constants that applies on the Compass session level. |
RuntimeCompassSettings.java | Class | Runtime settings for Compass applies on the Session level. |
SearchEngineFactoryAware.java | Interface | |