public class StandardClassRegistry extends Object implements IClassRegistry
IClassRegistry.| Constructor and Description |
|---|
StandardClassRegistry() |
| Modifier and Type | Method and Description |
|---|---|
IClass[] |
getClasses()
All declared classes.
|
IClass |
lookupClass(IClassSelector selector)
The
IClass that matches the selector. |
void |
registerClass(IClass clazz)
Add a new
IClass to the repository. |
public IClass[] getClasses()
IClassRegistrygetClasses in interface IClassRegistrypublic IClass lookupClass(IClassSelector selector)
IClassRegistryIClass that matches the selector.lookupClass in interface IClassRegistryselector - A IClassSelector identifiying the IClass.IClass that matches the selector.public void registerClass(IClass clazz)
IClassRegistryIClass to the repository.registerClass in interface IClassRegistryCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.