Apache Tomcat 7.0.4

org.apache.naming.resources
Class WARDirContext.Entry

java.lang.Object
  extended by 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.


Field Summary
protected  WARDirContext.Entry[] children
           
protected  ZipEntry entry
           
protected  String name
           
 
Constructor Summary
WARDirContext.Entry(String name, ZipEntry entry)
           
 
Method Summary
 void addChild(WARDirContext.Entry entry)
           
 int compareTo(Object o)
           
 WARDirContext.Entry getChild(String name)
           
 WARDirContext.Entry[] getChildren()
           
 ZipEntry getEntry()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

entry

protected ZipEntry entry

children

protected WARDirContext.Entry[] children
Constructor Detail

WARDirContext.Entry

public WARDirContext.Entry(String name,
                           ZipEntry entry)
Method Detail

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)

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.