|
||||||||||
| 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.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. |
| Class Summary | |
|---|---|
| ModeShapeConfiguration | A configuration builder for a ModeShapeEngine. |
| ModeShapeConfiguration.BaseReturnable<ReturnType> | |
| ModeShapeConfiguration.ConfigurationDefinition | Representation of the current configuration content. |
| ModeShapeConfiguration.GraphComponentBuilder<ReturnType,ThisType,ComponentType> | Base class for ModeShapeConfiguration.Returnable types that work on a node in the graph. |
| ModeShapeConfiguration.GraphReturnable<ReturnType,ThisType> | Base class for ModeShapeConfiguration.Returnable types that work on a node in the graph. |
| ModeShapeConfiguration.MimeTypeDetectorBuilder<ReturnType> | |
| ModeShapeConfiguration.SequencerBuilder<ReturnType> | |
| ModeShapeConfiguration.SourceBuilder<ReturnType> | |
| ModeShapeEngine | A single instance of the ModeShape services, which is obtained after setting up the configuration. |
| ModeShapeLexicon | A lexicon of names used within ModeShape. |
| RepositoryI18n | The internationalized string constants for the org.modeshape.repository* packages. |
| RepositoryLibrary | A library of RepositorySource instances and the RepositoryConnectionPool used to manage the connections for
each. |
| RepositoryService | A service that manages the RepositorySourcees defined within a configuration repository. |
| SimpleRepositoryContext | A simple, immutable RepositoryContext implementation that uses the references supplied as parameters to the
constructor. |
| 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 | |||||||||