|
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.rse.util.clprompter.CLSyntaxCheck
public class CLSyntaxCheck
Use this class to verify the syntax of an iSeries CL command without having to prompt.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
CLSyntaxCheck(IBMiConnection iSeries)
Constructor for CLSyntaxCheck. |
|
CLSyntaxCheck(IBMiConnection iSeries,
String command)
Deprecated. |
Method Summary | |
---|---|
SystemMessage |
checkSyntax()
|
void |
setCCSID(int CCSID)
Sets up the CCSID to use for Syntax Checking |
void |
setCommand(String command)
|
void |
setMode(int mode)
Sets up the mode to use for syntax checking..... |
void |
setUsePromptOverrides(boolean value)
Tells the syntax checker to ignore or use prompt override programs |
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
Constructor Detail |
---|
public CLSyntaxCheck(IBMiConnection iSeries, String command)
iSeries
- the iSeries to use to check the syntax (cache info will be used if available)command
- the command string to check syntaxpublic CLSyntaxCheck(IBMiConnection iSeries)
iSeries
- the iSeries to use to check the syntax (cache info will be used if available)Method Detail |
---|
public void setCommand(String command)
public SystemMessage checkSyntax()
public void setUsePromptOverrides(boolean value)
value
- true if the syntax checker should run the prompt overrides program, false otherwisepublic void setMode(int mode)
mode
- the mode to usecom.ibm.etools.iseries.core.util.clprompter.CLPrompter
public void setCCSID(int CCSID)
CCSID
- The CCSID to use
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |