org.yasl.jarinspector.component
Class JarInfoModelImpl
java.lang.Object
org.yasl.jarinspector.component.JarInfoModelImpl
- All Implemented Interfaces:
- JarInfoModel
- public class JarInfoModelImpl
- extends Object
- implements JarInfoModel
- Version:
- 1.0
- Author:
- Jeff Chapman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarInfoModelImpl
public JarInfoModelImpl()
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