protected class JARDirContext.Entry extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
protected JARDirContext.Entry[] |
children |
protected JarEntry |
entry |
protected String |
name |
Modifier and Type | Method and Description |
---|---|
void |
addChild(JARDirContext.Entry entry) |
int |
compareTo(Object o) |
JARDirContext.Entry |
getChild(String name) |
JARDirContext.Entry[] |
getChildren() |
JarEntry |
getEntry() |
String |
getName() |
protected String name
protected JarEntry entry
protected JARDirContext.Entry[] children
public int compareTo(Object o)
compareTo
in interface Comparable
public JarEntry getEntry()
public String getName()
public void addChild(JARDirContext.Entry entry)
public JARDirContext.Entry[] getChildren()
public JARDirContext.Entry getChild(String name)
Copyright © 2018 JBoss by Red Hat. All rights reserved.