public interface ConfigurationHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | addImportFrom(String relamName,
             String importSpec)Add an import specification from a realm | 
| void | addLoadFile(File file)Add a file to the realm | 
| void | addLoadURL(URL url)Add an URL to the realm | 
| void | addRealm(String realmName)Define a new realm | 
| void | setAppMain(String mainClassName,
          String mainRealmName)Define the main class name | 
void setAppMain(String mainClassName, String mainRealmName)
mainClassName - the main class namemainRealmName - the main realm from which the main class is loadedvoid addRealm(String realmName) throws DuplicateRealmException
realmName - the new realm nameDuplicateRealmExceptionvoid addImportFrom(String relamName, String importSpec) throws NoSuchRealmException
relamName - the realm nameimportSpec - the import specificationNoSuchRealmExceptionvoid addLoadFile(File file)
file - the file to load content fromvoid addLoadURL(URL url)
url - the url to load content fromCopyright © 2002-2014 Codehaus. All Rights Reserved.