public class JavahTask extends Object implements NativeHeaderTool.NativeHeaderTask
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
class |
JavahTask.BadArgs |
Modifier and Type | Method and Description |
---|---|
Boolean |
call()
Performs this native header task.
|
void |
handleOptions(String[] args) |
boolean |
run() |
void |
setDiagnosticListener(DiagnosticListener<? super JavaFileObject> dl) |
void |
setDiagnosticListener(OutputStream s) |
void |
setLocale(Locale locale)
Set the locale to be applied when formatting diagnostics and
other localized data.
|
void |
setLog(OutputStream s) |
void |
setLog(PrintWriter log) |
public void setLocale(Locale locale)
NativeHeaderTool.NativeHeaderTask
setLocale
in interface NativeHeaderTool.NativeHeaderTask
locale
- the locale to apply; null
means apply no
localepublic void setLog(PrintWriter log)
public void setLog(OutputStream s)
public void setDiagnosticListener(DiagnosticListener<? super JavaFileObject> dl)
public void setDiagnosticListener(OutputStream s)
public void handleOptions(String[] args) throws JavahTask.BadArgs
JavahTask.BadArgs
public Boolean call()
NativeHeaderTool.NativeHeaderTask
call
in interface NativeHeaderTool.NativeHeaderTask
call
in interface Callable<Boolean>
Copyright © 2017 earcam. All rights reserved.