protected static class WARDirContext.Entry
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
protected WARDirContext.Entry[] |
children |
protected boolean |
childrenSorted |
protected java.util.zip.ZipEntry |
entry |
protected java.lang.String |
name |
Constructor and Description |
---|
WARDirContext.Entry(java.lang.String name,
java.util.zip.ZipEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(WARDirContext.Entry entry) |
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
WARDirContext.Entry |
getChild(java.lang.String name) |
WARDirContext.Entry[] |
getChildren() |
java.util.zip.ZipEntry |
getEntry() |
java.lang.String |
getName() |
int |
hashCode() |
protected java.lang.String name
protected java.util.zip.ZipEntry entry
protected WARDirContext.Entry[] children
protected volatile boolean childrenSorted
public WARDirContext.Entry(java.lang.String name, java.util.zip.ZipEntry entry)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.zip.ZipEntry getEntry()
public java.lang.String getName()
public void addChild(WARDirContext.Entry entry)
public WARDirContext.Entry[] getChildren()
public WARDirContext.Entry getChild(java.lang.String name)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.