|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.dawn.Function
org.jext.dawn.io.OpenOutputFunction
Opens a file from the HD to write in it. The opened file is designed by an ID.
Usage:
file ID openForOutput
Where file and ID are both string. First one is the path to the file -
which can be either absolute, either relative -, and the second one
is the file ID.
Constructor Summary | |
OpenOutputFunction()
|
Method Summary | |
void |
invoke(DawnParser parser)
Executes the function. |
Methods inherited from class org.jext.dawn.Function |
getHelp, getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenOutputFunction()
Method Detail |
public void invoke(DawnParser parser) throws DawnRuntimeException
Function
DawnParser
given as parameter.
invoke
in class Function
parser
- The DawnParser
which inoked the function
DawnRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |