|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.codehaus.commons.compiler.Cookable
public abstract class Cookable
Base class for a simple ICookable
.
Field Summary |
---|
Fields inherited from interface org.codehaus.commons.compiler.ICookable |
---|
BOOT_CLASS_LOADER, SYSTEM_PROPERTY_SOURCE_DEBUGGING_DIR, SYSTEM_PROPERTY_SOURCE_DEBUGGING_ENABLE |
Constructor Summary | |
---|---|
Cookable()
|
Method Summary | |
---|---|
void |
cook( is)
Reads, scans, parses and compiles Java tokens from the given , encoded in the "platform default encoding". |
void |
cook( is,
optionalEncoding)
Reads, scans, parses and compiles Java tokens from the given with the given encoding . |
void |
cook( r)
Reads, scans, parses and compiles Java tokens from the given . |
void |
cook( s)
Reads, scans, parses and compiles Java tokens from the given . |
void |
cook( optionalFileName,
is)
Reads, scans, parses and compiles Java tokens from the given , encoded in the "platform default encoding". |
void |
cook( optionalFileName,
is,
optionalEncoding)
Reads, scans, parses and compiles Java tokens from the given with the given encoding . |
abstract void |
cook( optionalFileName,
r)
Reads, scans, parses and compiles Java tokens from the given . |
void |
cook( optionalFileName,
s)
Reads, scans, parses and compiles Java tokens from the given . |
void |
cookFile( file)
Reads, scans, parses and compiles Java tokens from the given , encoded in the "platform default encoding". |
void |
cookFile( file,
optionalEncoding)
Reads, scans, parses and compiles Java tokens from the given with the given encoding . |
void |
cookFile( fileName)
Reads, scans, parses and compiles Java tokens from the named file, encoded in the "platform default encoding". |
void |
cookFile( fileName,
optionalEncoding)
Reads, scans, parses and compiles Java tokens from the named file with the given optionalEncoding . |
static |
readString( r)
Reads all characters from the given into a . |
Methods inherited from class java.lang. |
---|
, , , , , , , , , , |
Methods inherited from interface org.codehaus.commons.compiler.ICookable |
---|
setCompileErrorHandler, setDebuggingInformation, setParentClassLoader, setWarningHandler |
Constructor Detail |
---|
public Cookable()
Method Detail |
---|
public abstract void cook( optionalFileName, r) throws CompileException,
ICookable
cook
in interface ICookable
optionalFileName
- Used when reporting errors and warnings.
CompileException
ICookable.cook(String, Reader)
public final void cook( r) throws CompileException,
ICookable
cook
in interface ICookable
CompileException
ICookable.cook(Reader)
public final void cook( is) throws CompileException,
ICookable
cook
in interface ICookable
CompileException
ICookable.cook(InputStream)
public final void cook( optionalFileName, is) throws CompileException,
ICookable
cook
in interface ICookable
optionalFileName
- Used when reporting errors and warnings.
CompileException
ICookable.cook(String, InputStream)
public final void cook( is, optionalEncoding) throws CompileException,
ICookable
encoding
.
cook
in interface ICookable
CompileException
ICookable.cook(InputStream, String)
public final void cook( optionalFileName, is, optionalEncoding) throws CompileException,
ICookable
encoding
.
cook
in interface ICookable
optionalFileName
- Used when reporting errors and warnings.
CompileException
ICookable.cook(String, InputStream, String)
public void cook( s) throws CompileException
ICookable
cook
in interface ICookable
CompileException
ICookable.cook(String)
public void cook( optionalFileName, s) throws CompileException
ICookable
cook
in interface ICookable
optionalFileName
- Used when reporting errors and warnings.
CompileException
ICookable.cook(String, String)
public final void cookFile( file) throws CompileException,
ICookable
cookFile
in interface ICookable
CompileException
ICookable.cookFile(File)
public final void cookFile( file, optionalEncoding) throws CompileException,
ICookable
encoding
.
cookFile
in interface ICookable
CompileException
ICookable.cookFile(File, String)
public final void cookFile( fileName) throws CompileException,
ICookable
cookFile
in interface ICookable
CompileException
ICookable.cookFile(String)
public final void cookFile( fileName, optionalEncoding) throws CompileException,
ICookable
optionalEncoding
.
cookFile
in interface ICookable
CompileException
ICookable.cookFile(String, String)
public static readString( r) throws
|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |