|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.VerifierViewFile
public class VerifierViewFile
Field Summary | |
---|---|
protected boolean |
_bPrefix
|
protected static String |
_strEmpty
|
protected static String |
_strEmptyPrefix
|
protected String |
_strEncoding
|
protected Vector<String> |
_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 String copyright
protected static String _strEmpty
protected static String _strEmptyPrefix
protected Vector<String> _vectorLines
protected boolean _bPrefix
protected String _strEncoding
Constructor Detail |
---|
public VerifierViewFile(IFile file) throws NullPointerException, CoreException, IOException
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
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |