net.jangaroo.jooc.input
Class DirectoryInputSource

java.lang.Object
  extended by net.jangaroo.jooc.input.DirectoryInputSource
All Implemented Interfaces:
InputSource
Direct Known Subclasses:
FileInputSource, PathInputSource, ZipFileInputSource

public abstract class DirectoryInputSource
extends Object
implements InputSource


Constructor Summary
protected DirectoryInputSource()
           
 
Method Summary
 void close()
           
 InputStream getInputStream()
           
 InputSource getParent()
           
 boolean isDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.input.InputSource
getChild, getFileSeparatorChar, getName, getPath, getRelativePath, isInSourcePath, list
 

Constructor Detail

DirectoryInputSource

protected DirectoryInputSource()
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface InputSource
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface InputSource
Throws:
IOException

isDirectory

public boolean isDirectory()
Specified by:
isDirectory in interface InputSource

getParent

public InputSource getParent()
Specified by:
getParent in interface InputSource


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.