org.apache.naming.resources

Class WARDirContext.Entry

Enclosing Class:
WARDirContext
Implemented Interfaces:
Comparable

protected class WARDirContext.Entry
extends java.lang.Object
implements Comparable

Entries structure.

Field Summary

protected WARDirContext.Entry[]
children
protected ZipEntry
entry
protected String
name

Constructor Summary

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()

Field Details

children

protected WARDirContext.Entry[] children


entry

protected ZipEntry entry


name

protected String name

Constructor Details

Entry

public Entry(String name,
             ZipEntry entry)

Method Details

addChild

public void addChild(WARDirContext.Entry entry)


compareTo

public int compareTo(Object o)


getChild

public WARDirContext.Entry getChild(String name)


getChildren

public WARDirContext.Entry[] getChildren()


getEntry

public ZipEntry getEntry()


getName

public String getName()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.