org.gcube.portlets.user.homelibrary.util
Class HomeFolderVisitor
java.lang.Object
org.gcube.portlets.user.homelibrary.util.HomeFolderVisitor
public class HomeFolderVisitor
- extends Object
- Author:
- Federico De Faveri defaveri@isti.cnr.it
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tab
protected static final String tab
- See Also:
- Constant Field Values
sdf
protected static final SimpleDateFormat sdf
indentation
protected String indentation
output
protected PrintStream output
HomeFolderVisitor
public HomeFolderVisitor()
HomeFolderVisitor
public HomeFolderVisitor(PrintStream output)
- Parameters:
output - the stream output.
indent
protected void indent()
outdent
protected void outdent()
visit
public void visit(DataFolder folder)
throws InternalErrorException
- Parameters:
folder - teh folder to visit.
- Throws:
InternalErrorException - if an internal error occurs.
visit
protected void visit(DataAreaItem item)
throws InternalErrorException
- Throws:
InternalErrorException
visitFolder
protected void visitFolder(DataFolder folder)
throws InternalErrorException
- Throws:
InternalErrorException
visitFile
protected void visitFile(DataFile file)
println
protected void println(String line)
Copyright © 2013. All Rights Reserved.