Version: 1.1.1

org.biomoby.registry.meta
Class ExampleList

java.lang.Object
  extended by org.biomoby.registry.meta.RegistriesList
      extended by org.biomoby.registry.meta.ExampleList
All Implemented Interfaces:
Registries

public class ExampleList
extends RegistriesList

An example how to write a class that adds your own registries to the default list of registries.

In order to use a class like this (e.g. in Dashboard), put its full class name into src/config/dashboard/META-INF/services/org.biomoby.registry.meta.Registries file. More about it is in the Dashboard's documentation.

Version:
$Id: ExampleList.java,v 1.1 2006/10/02 17:57:49 senger Exp $
Author:
Martin Senger

Field Summary
 
Fields inherited from interface org.biomoby.registry.meta.Registries
DEFAULT_REGISTRY_SYNONYM
 
Constructor Summary
ExampleList()
          A default constructor that adds a new registry to the default list.
 
Method Summary
 
Methods inherited from class org.biomoby.registry.meta.RegistriesList
get, getAll, getInstance, list
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleList

public ExampleList()
A default constructor that adds a new registry to the default list.


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010