org.andromda.core.repository
Class Repository
java.lang.Object
org.andromda.core.namespace.BaseNamespaceComponent
org.andromda.core.repository.Repository
- All Implemented Interfaces:
- NamespaceComponent
public class Repository
- extends BaseNamespaceComponent
Represents the repository namespace component. This is what
configures a repository instance.
- Author:
- Chad Brandon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Repository
public Repository()
setImplementationClass
public void setImplementationClass(String implementationClass)
- Sets the implementation class name.
- Parameters:
implementationClass - the implementation class.
getImplementation
public RepositoryFacade getImplementation()
- Gets the repository implementation.
- Returns:
- the repository implementation.
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.