|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jangaroo.exml.model.ConfigClassRegistry
public final class ConfigClassRegistry
| Constructor Summary | |
|---|---|
ConfigClassRegistry(ExmlConfiguration config)
|
|
| Method Summary | |
|---|---|
ExmlConfiguration |
getConfig()
|
ConfigClass |
getConfigClassByName(String name)
Get a ConfigClass for the given name. |
Collection<ConfigClass> |
getRegisteredConfigClasses()
Returns the list of registered Config classes |
void |
scanAllAsFiles()
Scans all AS files the in the config class package |
void |
scanAllExmlFiles()
Setup the config class registry by scanning for .exml files, parsing them and adding their models to this registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigClassRegistry(ExmlConfiguration config)
throws IOException
IOException| Method Detail |
|---|
public ExmlConfiguration getConfig()
public Collection<ConfigClass> getRegisteredConfigClasses()
public void scanAllAsFiles()
public void scanAllExmlFiles()
public ConfigClass getConfigClassByName(String name)
name - the name of the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||