|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.verifiers.VerifierViewFile
A file based view.
Field Summary | |
---|---|
protected boolean |
_bPrefix
|
protected LineNumberReader |
_reader
|
protected static String |
_strEmpty
|
protected static String |
_strEmptyPrefix
|
protected String |
_strEncoding
|
protected Vector |
_vectorLines
|
static String |
copyright
|
Constructor Summary | |
---|---|
VerifierViewFile(IFile file)
Constructor that takes a resource and converts it to an input stream. |
Method Summary | |
---|---|
String |
getLinePrefixText(int iLine)
Returns the prefix text at the beginning of a line. |
String |
getLineText(int iLine)
Returns the code part of the line without the prefix part. |
int |
getNextLine(int iLine)
Returns the next line number ot the given line number or zero. |
int |
getPreviousLine(int iLine)
Returns the previous line number to the given line number or zero. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
protected static String _strEmpty
protected static String _strEmptyPrefix
protected LineNumberReader _reader
protected Vector _vectorLines
protected boolean _bPrefix
protected String _strEncoding
Constructor Detail |
public VerifierViewFile(IFile file) throws NullPointerException, CoreException, IOException
Method Detail |
public String getLinePrefixText(int iLine)
getLinePrefixText
in interface IVerifierView
public String getLineText(int iLine)
getLineText
in interface IVerifierView
public int getNextLine(int iLine)
getNextLine
in interface IVerifierView
public int getPreviousLine(int iLine)
getPreviousLine
in interface IVerifierView
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |