public abstract class ClasspathResource extends Object
Modifier and Type | Field and Description |
---|---|
File |
classpathEltFile |
long |
inputStreamLength |
String |
pathRelativeToClasspathElt |
String |
pathRelativeToClasspathPrefix |
Modifier | Constructor and Description |
---|---|
protected |
ClasspathResource(File classpathEltFile,
String pathRelativeToClasspathElt,
String pathRelativeToClasspathPrefix) |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
long |
getInputStreamLength() |
abstract InputStream |
open() |
void |
processFileMatch(FileMatchProcessorAny fileMatchProcessor,
LogNode log) |
String |
toString() |
public final File classpathEltFile
public final String pathRelativeToClasspathElt
public final String pathRelativeToClasspathPrefix
public long inputStreamLength
public abstract InputStream open() throws IOException
IOException
public long getInputStreamLength()
public void processFileMatch(FileMatchProcessorAny fileMatchProcessor, LogNode log) throws IOException
IOException
public abstract void close()
Copyright © 2018. All rights reserved.