de.tuberlin.cs.cis.ocl.model.mofbridge.mdr
Class EveMDRManager
java.lang.Object
|
+--org.netbeans.api.mdr.MDRManager
|
+--de.tuberlin.cs.cis.ocl.model.mofbridge.mdr.EveMDRManager
- public class EveMDRManager
- extends org.netbeans.api.mdr.MDRManager
Title: StandaloneMDRManager
Description: This class is used internally by the MDR.
- Version:
- 1.0
- Author:
- Felix Schmid
Method Summary |
org.netbeans.api.mdr.MDRepository |
getDefaultRepository()
Return the default metadata repository. |
org.netbeans.api.mdr.MDRepository |
getRepository(java.lang.String name)
Return a metadata repository with the given name. |
java.lang.String[] |
getRepositoryNames()
Return the names of existing repositories. |
Methods inherited from class org.netbeans.api.mdr.MDRManager |
getDefault, shutdownAll |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_REPOSITORY
public static final java.lang.String DEFAULT_REPOSITORY
- See Also:
- Constant Field Values
EveMDRManager
public EveMDRManager()
getRepository
public org.netbeans.api.mdr.MDRepository getRepository(java.lang.String name)
- Return a metadata repository with the given name. Will be created if
necessary.
- Specified by:
getRepository
in class org.netbeans.api.mdr.MDRManager
- Parameters:
name
- a repository name
- Returns:
- the underlying repository
getDefaultRepository
public org.netbeans.api.mdr.MDRepository getDefaultRepository()
- Return the default metadata repository.
- Specified by:
getDefaultRepository
in class org.netbeans.api.mdr.MDRManager
- Returns:
- the default metadata repository.
getRepositoryNames
public java.lang.String[] getRepositoryNames()
- Return the names of existing repositories.
- Specified by:
getRepositoryNames
in class org.netbeans.api.mdr.MDRManager
- Returns:
- array containing the names of available repositories