Java API ReferenceClass Hierarchy | All Classes | All Fields and Methods

com.ibm.xtools.patterns.framework

Class AbstractConfiguration.Default

+-- 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.

Enclosing Class:


Constructor summary
AbstractConfiguration.Default()

The default constructor for AbstractConfiguration.Default class that is provided automatically by the compiler.

Method summary
AbstractPatternStoreFactorygetPatternStoreFactory()

Retrieves the concrete pattern store factory that conforms to the abstract pattern store factory interface.

Methods inherited from AbstractConfiguration
createPatternDefinitionStore, createPatternInstanceStore, getPatternStoreFactory

Constructor detail

AbstractConfiguration.Default

public AbstractConfiguration.Default()

The default constructor for AbstractConfiguration.Default class that is provided automatically by the compiler.


Method detail

getPatternStoreFactory

public AbstractPatternStoreFactory getPatternStoreFactory()

Retrieves the concrete pattern store factory that conforms to the abstract pattern store factory interface.

Overrides:
The getPatternStoreFactory() method in the AbstractConfiguration class.

Returns:

An AbstractPatternStoreFactory object representing the pattern store factory value.


Feedback