org.apache.naming.resources
Class WARDirContext.Entry
java.lang.Object
org.apache.naming.resources.WARDirContext.Entry
- All Implemented Interfaces:
- Comparable<Object>
- Enclosing class:
- WARDirContext
protected static class WARDirContext.Entry
- extends Object
- implements Comparable<Object>
Entries structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
entry
protected ZipEntry entry
children
protected WARDirContext.Entry[] children
WARDirContext.Entry
public WARDirContext.Entry(String name,
ZipEntry entry)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable<Object>
getEntry
public ZipEntry getEntry()
getName
public String getName()
addChild
public void addChild(WARDirContext.Entry entry)
getChildren
public WARDirContext.Entry[] getChildren()
getChild
public WARDirContext.Entry getChild(String name)
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.