|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ModeShapeConfiguration.ChooseClass<ComponentClassType,ReturnType> | The interface used to configure the class used for a component. |
ModeShapeConfiguration.ClusterDefinition<ReturnType> | Interface used to set up and define the cluster configuration. |
ModeShapeConfiguration.HasName | Interface for a component that has a name. |
ModeShapeConfiguration.LoadedFrom<ReturnType> | Interface for specifying from where the component's class is to be loaded. |
ModeShapeConfiguration.MimeTypeDetectorDefinition<ReturnType> | Interface used to set up and define a MIME type detector instance. |
ModeShapeConfiguration.PathExpressionOutput<ReturnType> | Interface used to specify the output path expression for a
sequencer configuration . |
ModeShapeConfiguration.Removable<ReturnType> | Interface that defines the ability to remove the configuration component. |
ModeShapeConfiguration.RepositorySourceDefinition<ReturnType> | Interface used to set up and define a RepositorySource instance. |
ModeShapeConfiguration.Returnable<ReturnType> | Interface that defines the ability to obtain the configuration component. |
ModeShapeConfiguration.SequencerDefinition<ReturnType> | Interface used to set up and define a sequencer instance. |
ModeShapeConfiguration.SetDescription<ReturnType> | The interface used to set a description on a component. |
ModeShapeConfiguration.SetProperties<ReturnType> | Interface for configuring the JavaBean-style properties of an object. |
ModeShapeConfiguration.TextExtractorDefinition<ReturnType> | Interface used to set up and define a text extractor instance. |
Exception Summary | |
---|---|
ModeShapeConfigurationException | A runtime exception that denotes an error within the configuration for ModeShape. |
The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine.
To use, first create a ModeShapeConfiguration
to represent the desired
configuration, and then use the configuration to build
a ModeShapeEngine
instance.
This engine must be started
, used to obtain graph
instances,
and then shutdown
when no longer needed.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |