public abstract class DirectoryInputSource extends Object implements InputSource
| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryInputSource(boolean inSourcePath,
boolean inCompilePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getExtNamespace() |
InputStream |
getInputStream() |
InputSource |
getParent() |
boolean |
isDirectory() |
boolean |
isInCompilePath() |
boolean |
isInSourcePath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChild, getChildren, getFileSeparatorChar, getName, getPath, getRelativePath, listprotected DirectoryInputSource(boolean inSourcePath,
boolean inCompilePath)
public InputStream getInputStream() throws IOException
getInputStream in interface InputSourceIOExceptionpublic boolean isInSourcePath()
isInSourcePath in interface InputSourcepublic boolean isInCompilePath()
isInCompilePath in interface InputSourcepublic void close()
throws IOException
close in interface InputSourceIOExceptionpublic String getExtNamespace()
getExtNamespace in interface InputSourcepublic boolean isDirectory()
isDirectory in interface InputSourcepublic InputSource getParent()
getParent in interface InputSourceCopyright © 2002–2021 CoreMedia AG. All rights reserved.