org.databene.commons.file
Class FileElement

java.lang.Object
  extended by org.databene.commons.visitor.AbstractElement<E>
      extended by org.databene.commons.visitor.WrapperElement<java.io.File>
          extended by org.databene.commons.file.FileElement
All Implemented Interfaces:
Element<java.io.File>

public class FileElement
extends WrapperElement<java.io.File>

Element implementation (of the Visitor Design Pattern) for a File.

Created: 04.02.2007 08:10:05

Author:
Volker Bergmann

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

FileElement

public FileElement(java.io.File file)
Method Detail

getChildren

protected java.util.Collection<Element<java.io.File>> getChildren(Visitor<java.io.File> visitor)
Specified by:
getChildren in class AbstractElement<java.io.File>


Copyright © 2010. All Rights Reserved.