Class LaunchSpec
java.lang.Object
com.inductiveautomation.ignition.client.launch.LaunchSpec
- All Implemented Interfaces:
- Serializable
All of the pertinent info to start the Launcher
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLaunchSpec(String mainClass, long timestamp, List<GatewayAddress> addresses, String platformEdition, List<String> edgeFlags, String projectName, String scope, byte[] userObject) 
- 
Method Summary
- 
Constructor Details- 
LaunchSpec
 
- 
- 
Method Details- 
getTimestamppublic long getTimestamp()
- 
getAddresses
- 
getProjectName
- 
getProjectVersion
- 
getScope
- 
getMainClass
- 
getUserObjectpublic byte[] getUserObject()
- 
getPlatformEdition
- 
getEdgeFlags
 
-