| 
 | org.netbeans.api.mdr/1 1.4.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.mdr.MDRManager
public abstract class MDRManager
Entry point to the metadata repositories.
 Use getDefault() method to obtain the default instance.
| Constructor Summary | |
|---|---|
| MDRManager() | |
| Method Summary | |
|---|---|
| static MDRManager | getDefault()Returns the default instance of MDRManager. | 
| abstract  MDRepository | getDefaultRepository()Returns the default metadata repository. | 
| abstract  MDRepository | getRepository(String name)Returns metadata repository of a given name. | 
| abstract  String[] | getRepositoryNames()Returns list of names of all available metadata repositories. | 
|  void | shutdownAll()Should be called at the end of the MDR session. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MDRManager()
| Method Detail | 
|---|
public abstract MDRepository getDefaultRepository()
null if there is no default metadata repository.public abstract MDRepository getRepository(String name)
name - name of metadata repository
null if the repository of the given name does not exist.public abstract String[] getRepositoryNames()
public void shutdownAll()
MDRepository.shutdown() method on each of the repositories.
public static MDRManager getDefault()
| 
 | org.netbeans.api.mdr/1 1.4.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||