|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.Engine
Creates, links, and publishes the contents of a single Blues application.
Constructor Summary | |
Engine()
Creates a new empty Engine object. |
|
Engine(java.lang.ClassLoader classLoader,
ApplicationCfg configuration)
Creates a new Engine object. |
|
Engine(java.lang.ClassLoader classLoader,
java.lang.String configPath)
Creates a new Engine object. |
Method Summary | |
void |
dispose()
Disposes this engine and all of it's contents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Engine()
public Engine(java.lang.ClassLoader classLoader, java.lang.String configPath)
classLoader
- The class loader to load the application on.configPath
- The path to a XML application config file.public Engine(java.lang.ClassLoader classLoader, ApplicationCfg configuration)
classLoader
- The class loader to load the application on.configuration
- The application configuration to use.Method Detail |
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |