|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.visitor.AbstractElement<E>
org.databene.commons.visitor.WrapperElement<java.io.File>
org.databene.commons.file.FileElement
public class FileElement
Element implementation (of the Visitor Design Pattern) for a File.
Created: 04.02.2007 08:10:05
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.visitor.WrapperElement |
|---|
wrappedObject |
| Constructor Summary | |
|---|---|
FileElement(java.io.File file)
|
|
| Method Summary | |
|---|---|
protected java.util.Collection<Element<java.io.File>> |
getChildren(Visitor<java.io.File> visitor)
|
| Methods inherited from class org.databene.commons.visitor.WrapperElement |
|---|
acceptImpl, equals, getWrappedObject, hashCode, toString |
| Methods inherited from class org.databene.commons.visitor.AbstractElement |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileElement(java.io.File file)
| Method Detail |
|---|
protected java.util.Collection<Element<java.io.File>> getChildren(Visitor<java.io.File> visitor)
getChildren in class AbstractElement<java.io.File>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||