org.biomoby.registry.meta
Class ExampleList
java.lang.Object
org.biomoby.registry.meta.RegistriesList
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
Constructor Summary |
ExampleList()
A default constructor that adds a new registry to the default
list. |
ExampleList
public ExampleList()
- A default constructor that adds a new registry to the default
list.
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010