com.ibm.xtools.patterns.framework
Class AbstractConfiguration.Default
java.lang.Object
com.ibm.xtools.patterns.framework.AbstractConfiguration
com.ibm.xtools.patterns.framework.AbstractConfiguration.Default
- Enclosing class:
- AbstractConfiguration
- public static class AbstractConfiguration.Default
- extends AbstractConfiguration
The default framework configuration class, an instance of which is held
on to by the outer abstract framework configuration class.
Constructor Summary |
protected |
AbstractConfiguration.Default()
Limiting the instantiator to package or subclases outside of
package, it could be helpful for implementers of an abstract
configuration to specialize the default and therefore only override
the methods implementation that would need to differ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfiguration.Default
protected AbstractConfiguration.Default()
- Limiting the instantiator to package or subclases outside of
package, it could be helpful for implementers of an abstract
configuration to specialize the default and therefore only override
the methods implementation that would need to differ
getPatternStoreFactory
public AbstractPatternStoreFactory getPatternStoreFactory()
- Description copied from class:
AbstractConfiguration
- Returns the concrete pattern store factory that conforms to the abstract
pattern store factory abstract factory interface.
- Specified by:
getPatternStoreFactory
in class AbstractConfiguration
- Returns:
- the concrete pattern store factory
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.