|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.objectmodel.StandardClassRegistry
public class StandardClassRegistry
A default implementation for IClassRegistry.
| Constructor Summary | |
|---|---|
StandardClassRegistry()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardClassRegistry()
| Method Detail |
|---|
public IClass[] getClasses()
IClassRegistry
getClasses 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 IClassRegistry
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||