|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScript
Interface for analyzer script engine.
Method Summary | |
---|---|
IAnalyzerBase |
build(java.io.File file)
Build an analyzer from the file content. |
void |
save(java.io.File file,
java.util.ArrayList script)
Save script in a file acceptable by this script engine. |
Method Detail |
---|
void save(java.io.File file, java.util.ArrayList script) throws java.io.IOException
file
- handle of the file to save the script
to.script
- list of String
s representing lines of the script.
java.io.IOException
- in case of problems preventing operation to complete.IAnalyzerBase build(java.io.File file)
file
- handle of the file containing the script
null
if
file
does not have the right format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |