|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jproxy.proxy.stubgen.IndentedFile
The IndentedFile Class allows to create an ASCCI file with indented lines.
Constructor Summary | |
IndentedFile(java.lang.String name)
Cerates a new IndentedFile with the given name. |
Method Summary | |
void |
close()
Close the file |
void |
delete()
Close and delete the file |
void |
indentMinus()
Decrement the indentation value. |
void |
indentPlus()
Increment the indentation value. |
void |
print(java.lang.String msg)
Print the given message with or without indentation. |
void |
println()
Print the given message with indentation, and then finish the line. |
void |
println(java.lang.String msg)
Finish the line. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndentedFile(java.lang.String name) throws java.io.IOException
name
- is the name of the IndentedFile to createMethod Detail |
public void indentPlus()
public void indentMinus()
public void print(java.lang.String msg)
public void println(java.lang.String msg)
public void println()
public void close() throws java.io.IOException
public void delete() throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |