Class LaunchManifest.Module
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.launch.LaunchManifest.Module
 
- 
- Enclosing class:
- LaunchManifest
 
 public static class LaunchManifest.Module extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description Module(java.lang.String name, int build)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJar(LaunchManifest.Jar file)booleanequals(java.lang.Object obj)intgetBuild()java.util.List<LaunchManifest.Jar>getJarFiles()java.lang.StringgetName()
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() 
 - 
getBuildpublic int getBuild() 
 - 
getJarFilespublic java.util.List<LaunchManifest.Jar> getJarFiles() 
 - 
addJarpublic void addJar(LaunchManifest.Jar file) 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-