|
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.remotebuild.CLWriter
public class CLWriter
Writes commands and strings to another writer. Splits them using CL continuation rules. Adds line numbers and date modified fields if requested in the constructor.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
CLWriter(Writer writer)
Constructor for CLWriter. |
|
CLWriter(Writer writer,
int dataLength,
boolean hasPrefix)
Constructor for CLWriter. |
Method Summary | |
---|---|
void |
close()
Closes this writer. |
void |
write(CLCommand command)
|
void |
write(String s)
Write a string to the writer. |
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 CLWriter(Writer writer)
public CLWriter(Writer writer, int dataLength, boolean hasPrefix)
Method Detail |
---|
public void write(CLCommand command)
public void write(String s)
public void close()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |