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 Summary
Constructors Constructor Description Module(java.lang.String name, int build) 
- 
Method Summary
All 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
- 
getName
public java.lang.String getName()
 
- 
getBuild
public int getBuild()
 
- 
getJarFiles
public java.util.List<LaunchManifest.Jar> getJarFiles()
 
- 
addJar
public void addJar(LaunchManifest.Jar file)
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -