|
|||||||||
| Home >> All >> org >> argouml >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.argouml.configuration
Class ConfigurationFactory

java.lang.Objectorg.argouml.configuration.ConfigurationFactory
- public class ConfigurationFactory
- extends java.lang.Object
A factory object that provides configuration information.
| Field Summary | |
private static ConfigurationHandler |
_handler
The active configuration handler. |
private static ConfigurationFactory |
SINGLETON
The only occurance of the configuration factory. |
| Constructor Summary | |
private |
ConfigurationFactory()
Private constructor to not allow instantiation. |
| Method Summary | |
ConfigurationHandler |
getConfigurationHandler()
Returns the customized configuration for the user. |
static ConfigurationFactory |
getInstance()
Returns the instance of the singleton. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
SINGLETON
private static final ConfigurationFactory SINGLETON
- The only occurance of the configuration factory.
_handler
private static ConfigurationHandler _handler
- The active configuration handler.
| Constructor Detail |
ConfigurationFactory
private ConfigurationFactory()
- Private constructor to not allow instantiation.
| Method Detail |
getInstance
public static final ConfigurationFactory getInstance()
- Returns the instance of the singleton.
getConfigurationHandler
public ConfigurationHandler getConfigurationHandler()
- Returns the customized configuration for the user.
|
|||||||||
| Home >> All >> org >> argouml >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.argouml.configuration.ConfigurationFactory