IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class AbstractConfiguration.Default

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.AbstractConfiguration
      extended bycom.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.


Nested Class Summary
 
Nested classes inherited from class com.ibm.xtools.patterns.framework.AbstractConfiguration
AbstractConfiguration.Default
 
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
 
Method Summary
 AbstractPatternStoreFactory getPatternStoreFactory()
          Returns the concrete pattern store factory that conforms to the abstract pattern store factory abstract factory interface.
 
Methods inherited from class com.ibm.xtools.patterns.framework.AbstractConfiguration
createPatternDefinitionStore, createPatternInstanceStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

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

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.