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.
 
 
 
 
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>
 
 
equals
public boolean equals(Object o)
- Overrides:
 equals in class Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class 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-2012 Apache Software Foundation. All Rights Reserved.