|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSource
Represents a source file to be analyzed. Different implementations can get the source file from different places: the filesystem, a zip or jar file, etc.
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Get an InputStream on the source file. |
java.lang.String |
getNiceFileName(boolean shortNames,
java.lang.String inputFileName)
Return a nice version of the filename. |
Method Detail |
---|
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- if the file can't be openedjava.lang.String getNiceFileName(boolean shortNames, java.lang.String inputFileName)
shortNames
- true if short names are being usedinputFileName
- name of a "master" file this file is relative to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |