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