org.yasl.jarinspector.component
Class JarInfoEvent

java.lang.Object
  extended byorg.yasl.jarinspector.component.JarInfoEvent

public class JarInfoEvent
extends Object

Version:
1.0
Author:
Jeff Chapman

Field Summary
static int ID_JARCLASSES
           
static int ID_JARFILES
           
static int ID_JARPATH
           
static int ID_JARRESOURCES
           
 
Constructor Summary
JarInfoEvent(int id, String[] data)
           
 
Method Summary
 int getId()
           
 String[] getJarItems()
           
 String getJarPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_JARPATH

public static final int ID_JARPATH
See Also:
Constant Field Values

ID_JARCLASSES

public static final int ID_JARCLASSES
See Also:
Constant Field Values

ID_JARRESOURCES

public static final int ID_JARRESOURCES
See Also:
Constant Field Values

ID_JARFILES

public static final int ID_JARFILES
See Also:
Constant Field Values
Constructor Detail

JarInfoEvent

public JarInfoEvent(int id,
                    String[] data)
Method Detail

getId

public int getId()

getJarPath

public String getJarPath()

getJarItems

public String[] getJarItems()