public class EftarFileReader
extends java.lang.Object
Constructor and Description |
---|
EftarFileReader(java.io.File file) |
EftarFileReader(java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
get(java.lang.String path) |
java.lang.String |
getChildTag(org.opensolaris.opengrok.web.EftarFileReader.FNode fn,
java.lang.String name) |
org.opensolaris.opengrok.web.EftarFileReader.FNode |
getNode(java.lang.String path) |
boolean |
isClosed()
Check, whether this instance has been already closed.
|
public EftarFileReader(java.lang.String file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public EftarFileReader(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public org.opensolaris.opengrok.web.EftarFileReader.FNode getNode(java.lang.String path) throws java.io.IOException
java.io.IOException
public java.lang.String getChildTag(org.opensolaris.opengrok.web.EftarFileReader.FNode fn, java.lang.String name) throws java.io.IOException
java.io.IOException
public java.lang.String get(java.lang.String path) throws java.io.IOException
java.io.IOException
public boolean isClosed()
true
if closed.public void close()