Package org.radeox.macro.table
Class FunctionRepository
- java.lang.Object
-
- org.radeox.macro.PluginRepository
-
- org.radeox.macro.table.FunctionRepository
-
- All Implemented Interfaces:
Repository
public class FunctionRepository extends PluginRepository
Repository for functions- Version:
- $Id: FunctionRepository.java 7707 2006-04-12 17:30:19Z ian@caret.cam.ac.uk $
- Author:
- Stephan J. Schmidt
-
-
Field Summary
Fields Modifier and Type Field Description protected static Repositoryinstanceprotected Listloaders-
Fields inherited from class org.radeox.macro.PluginRepository
list, plugins
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepositorygetInstance()-
Methods inherited from class org.radeox.macro.PluginRepository
containsKey, get, getPlugins, put
-
-
-
-
Field Detail
-
instance
protected static Repository instance
-
loaders
protected List loaders
-
-
Method Detail
-
getInstance
public static Repository getInstance()
-
-