|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.tools
|
Method Summary | |
---|---|
Set<SourceVersion> |
getSourceVersions()
Gets the source versions of the Java™ programming language supported by this tool. |
int |
run(InputStream in,
OutputStream out,
OutputStream err,
String... arguments)
Run the tool with the given I/O channels and arguments. |
Method Detail |
---|
int run(InputStream in, OutputStream out, OutputStream err, String... arguments)
out
or err
in some unspecified format.
in
- "standard" input; use System.in if nullout
- "standard" output; use System.out if nullerr
- "standard" error; use System.err if nullarguments
- arguments to pass to the tool
NullPointerException
- if the array of arguments contains
any null
elements.Set<SourceVersion> getSourceVersions()