org.wvc.config.xml.pojos
Class AppConfig
java.lang.Object
org.wvc.config.xml.pojos.AppConfig
public class AppConfig
- extends Object
AppConfig root tag.
- Author:
- julian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppConfig
public AppConfig(List<Screen> screens,
InitialScreen initialScreen,
DebugMode debugMode,
EntryPoint entryPoint)
- Parameters:
screens - initialScreen - debugMode - entryPoint -
getScreens
public List<Screen> getScreens()
- Returns:
- the screens
getInitialScreen
public InitialScreen getInitialScreen()
- Returns:
- the initialScreen
getDebugMode
public DebugMode getDebugMode()
- Returns:
- the debugMode
getEntryPoint
public EntryPoint getEntryPoint()
- Returns:
- the entryPoint
Copyright © 2009. All Rights Reserved.