org.wvc.config.xml.pojos
Class AppConfig

java.lang.Object
  extended by org.wvc.config.xml.pojos.AppConfig

public class AppConfig
extends Object

AppConfig root tag.

Author:
julian

Constructor Summary
AppConfig(List<Screen> screens, InitialScreen initialScreen, DebugMode debugMode, EntryPoint entryPoint)
           
 
Method Summary
 DebugMode getDebugMode()
           
 EntryPoint getEntryPoint()
           
 InitialScreen getInitialScreen()
           
 List<Screen> getScreens()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppConfig

public AppConfig(List<Screen> screens,
                 InitialScreen initialScreen,
                 DebugMode debugMode,
                 EntryPoint entryPoint)
Parameters:
screens -
initialScreen -
debugMode -
entryPoint -
Method Detail

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.