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 Summary
ConstructorsConstructorDescriptionLaunchSpec(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
- 
getTimestamp
public long getTimestamp() - 
getAddresses
 - 
getProjectName
 - 
getProjectVersion
 - 
getScope
 - 
getMainClass
 - 
getUserObject
public byte[] getUserObject() - 
getPlatformEdition
 - 
getEdgeFlags
 
 -