com.alee.utils.reflection
Class JarEntry
java.lang.Object
com.alee.utils.reflection.JarEntry
public class JarEntry
- extends java.lang.Object
User: mgarin Date: 02.03.12 Time: 15:59
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ID_PREFIX
public static final java.lang.String ID_PREFIX
- See Also:
- Constant Field Values
jarIcon
public static javax.swing.ImageIcon jarIcon
packageIcon
public static javax.swing.ImageIcon packageIcon
classIcon
public static javax.swing.ImageIcon classIcon
javaIcon
public static javax.swing.ImageIcon javaIcon
fileIcon
public static javax.swing.ImageIcon fileIcon
JarEntry
public JarEntry()
JarEntry
public JarEntry(JarEntryType type,
java.lang.String name)
JarEntry
public JarEntry(JarEntryType type,
java.lang.String name,
JarEntry parent)
JarEntry
public JarEntry(JarEntryType type,
java.lang.String name,
JarEntry parent,
java.util.List<JarEntry> childs)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getType
public JarEntryType getType()
setType
public void setType(JarEntryType type)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getParent
public JarEntry getParent()
setParent
public void setParent(JarEntry parent)
getZipEntry
public java.util.zip.ZipEntry getZipEntry()
setZipEntry
public void setZipEntry(java.util.zip.ZipEntry zipEntry)
getChilds
public java.util.List<JarEntry> getChilds()
getChild
public JarEntry getChild(int index)
getChildByName
public JarEntry getChildByName(java.lang.String name)
setChilds
public void setChilds(java.util.List<JarEntry> childs)
addChild
public void addChild(JarEntry child)
addChild
public void addChild(int index,
JarEntry child)
removeChild
public void removeChild(JarEntry child)
getIcon
public javax.swing.ImageIcon getIcon()
setIcon
public void setIcon(javax.swing.ImageIcon icon)
getEntryExtension
public java.lang.String getEntryExtension()
isClassEntry
public boolean isClassEntry(java.lang.Class classType)
getCanonicalEntryName
public java.lang.String getCanonicalEntryName()
getCanonicalEntryPath
public java.lang.String getCanonicalEntryPath()
getPath
public java.util.List<JarEntry> getPath()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object