|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentConfig | |
|---|---|
| org.modeshape.common.component | A simple framework for loading and managing Component objects that may be configured and used reflectively. |
| org.modeshape.sequencer.ddl | The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. |
| Uses of ComponentConfig in org.modeshape.common.component |
|---|
| Classes in org.modeshape.common.component with type parameters of type ComponentConfig | |
|---|---|
interface |
Component<T extends ComponentConfig>
The interface for a ModeShape component, which sequences nodes and their content to extract additional information from the information. |
class |
ComponentLibrary<ComponentType,ConfigType extends ComponentConfig>
Maintains the list of component instances for the system. |
| Methods in org.modeshape.common.component with parameters of type ComponentConfig | |
|---|---|
int |
ComponentConfig.compareTo(ComponentConfig that)
|
boolean |
ComponentConfig.hasChanged(ComponentConfig component)
Determine whether this component has changed with respect to the supplied component. |
| Uses of ComponentConfig in org.modeshape.sequencer.ddl |
|---|
| Subclasses of ComponentConfig in org.modeshape.sequencer.ddl | |
|---|---|
class |
DdlParserConfig
A ComponentConfig implementation to support various parser configurations. |
|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||