| Java API Reference | Class Hierarchy | All Classes | All Fields and Methods |
com.ibm.xtools.patterns.framework
+-- Object +-- AbstractConfiguration +-- AbstractConfiguration.Default
static public Class AbstractConfiguration.Default
extends AbstractConfiguration
Represents the default framework configuration class.
The outer abstract framework configuration class holds the instance of the default framework configuration class.
| Constructor summary |
|---|
| AbstractConfiguration.Default() The default constructor for AbstractConfiguration.Default class that is provided automatically by the compiler. |
| Method summary | |
|---|---|
| AbstractPatternStoreFactory | getPatternStoreFactory() Retrieves the concrete pattern store factory that conforms to the abstract pattern store factory interface. |
| Methods inherited from AbstractConfiguration | |
|---|---|
| createPatternDefinitionStore, createPatternInstanceStore, getPatternStoreFactory | |
Constructor detail
public AbstractConfiguration.Default()
The default constructor for AbstractConfiguration.Default class that is provided automatically by the compiler.
Method detail
public AbstractPatternStoreFactory getPatternStoreFactory()
Retrieves the concrete pattern store factory that conforms to the abstract pattern store factory interface.
Returns:
An AbstractPatternStoreFactory object representing the pattern store factory value. |