Package com.isomorphic.xml
Class ProjectLoadSettings
java.lang.Object
com.isomorphic.xml.ProjectLoadSettings
Class to hold additional settings for use in Project.getLoadScript().
-
Method Summary
Modifier and TypeMethodDescriptionReturns the mockMode setting.Returns the names of the screens to load.void
setCurrentScreenName
(String currentScreenName) Sets the currentScreenName.void
setMockMode
(Boolean mockMode) Sets the mockMode.void
setScreenNames
(List<String> screenNames) Sets the screen names to load.
-
Method Details
-
setCurrentScreenName
Sets the currentScreenName.- Parameters:
currentScreenName
- the name of the screen to show after loading project
-
setScreenNames
Sets the screen names to load.- Parameters:
screenNames
- the names of the screens to load
-
getScreenNames
Returns the names of the screens to load.- Returns:
- the names of the screens
-
setMockMode
Sets the mockMode.- Parameters:
mockMode
- true to load referenced DataSources in mock mode
-
getMockMode
Returns the mockMode setting.- Returns:
- the mockMode value
-