|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrintStreamOutput
abstract output model for writing to a PrintStream.
Nested Class Summary | |
---|---|
static interface |
PrintStreamOutput.Result
result of PrintStreamOutput's execute method. |
Method Summary | |
---|---|
PrintStreamOutput.Result |
execute()
executes operations after all content is written to the printstream. |
String |
getOutputFilename(String defaultName)
get the OutputFilename if available or defaultName if not. |
PrintStream |
getPrintStream()
get the PrintStream to write to. |
void |
setCmpFilename(String filename)
set the filename to compare with. |
void |
setFilename(String filename)
set the filename. |
Method Detail |
---|
PrintStreamOutput.Result execute() throws IOException
IOException
String getOutputFilename(String defaultName)
PrintStream getPrintStream() throws IOException
IOException
void setCmpFilename(String filename)
void setFilename(String filename)
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |