|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClassRegistry
The abstraction of a "repository" of available IClass instances.
| 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. |
| Method Detail |
|---|
IClass[] getClasses()
IClass lookupClass(IClassSelector selector)
IClass that matches the selector.
selector - A IClassSelector identifiying the IClass.
IClass that matches the selector.void registerClass(IClass clazz)
IClass to the repository.
clazz -
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||