org.yasl.jarinspector.component
Class JarInfoModelImpl

java.lang.Object
  extended byorg.yasl.jarinspector.component.JarInfoModelImpl
All Implemented Interfaces:
JarInfoModel

public class JarInfoModelImpl
extends Object
implements JarInfoModel

Version:
1.0
Author:
Jeff Chapman

Constructor Summary
JarInfoModelImpl()
           
 
Method Summary
 void addJarInfoEventListener(JarInfoEventListener listener)
           
 String[] getClassNames()
           
 String getJarPath()
           
 String[] getResourceNames()
           
 void removeJarInfoEventListener(JarInfoEventListener listener)
           
 void setJarClasses(List yaslJarResources)
           
 void setJarFileNames(Set jarFileNamesSet)
           
 void setJarPath(String path)
           
 void setJarResources(List yaslJarResources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarInfoModelImpl

public JarInfoModelImpl()
Method Detail

getJarPath

public String getJarPath()
Specified by:
getJarPath in interface JarInfoModel

getClassNames

public String[] getClassNames()
Specified by:
getClassNames in interface JarInfoModel

getResourceNames

public String[] getResourceNames()
Specified by:
getResourceNames in interface JarInfoModel

addJarInfoEventListener

public void addJarInfoEventListener(JarInfoEventListener listener)
Specified by:
addJarInfoEventListener in interface JarInfoModel

removeJarInfoEventListener

public void removeJarInfoEventListener(JarInfoEventListener listener)
Specified by:
removeJarInfoEventListener in interface JarInfoModel

setJarPath

public void setJarPath(String path)
Specified by:
setJarPath in interface JarInfoModel

setJarResources

public void setJarResources(List yaslJarResources)
Specified by:
setJarResources in interface JarInfoModel

setJarFileNames

public void setJarFileNames(Set jarFileNamesSet)
Specified by:
setJarFileNames in interface JarInfoModel

setJarClasses

public void setJarClasses(List yaslJarResources)
Specified by:
setJarClasses in interface JarInfoModel