org.apache.aries.util.filesystem.impl
Class InputStreamClosableDirectory

java.lang.Object
  extended by org.apache.aries.util.filesystem.impl.CloseableDirectory
      extended by org.apache.aries.util.filesystem.impl.InputStreamClosableDirectory
All Implemented Interfaces:
Closeable, Iterable<IFile>, ICloseableDirectory, IDirectory, IFile

public class InputStreamClosableDirectory
extends CloseableDirectory


Field Summary
 
Fields inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
delegate
 
Constructor Summary
InputStreamClosableDirectory(IDirectory delegate, File temp)
           
 
Method Summary
protected  void cleanup()
           
 
Methods inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
checkNotClosed, close, convert, convertNested, getFile, getLastModified, getName, getParent, getRoot, getSize, isClosed, isDirectory, isFile, isRoot, iterator, listAllFiles, listFiles, open, toCloseable, toURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamClosableDirectory

public InputStreamClosableDirectory(IDirectory delegate,
                                    File temp)
Method Detail

cleanup

protected void cleanup()
Overrides:
cleanup in class CloseableDirectory


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.