public class AntTaskImpl extends org.apache.tools.ant.Task implements ErrorListener
Constructor and Description |
---|
AntTaskImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredLib(Lib r) |
void |
error(BindingException e)
Report a fatal error.
|
void |
execute() |
void |
setAlwaysUseComEnums(boolean alwaysUseComEnums) |
void |
setDestDir(File destDir) |
void |
setFile(File source) |
void |
setGenerateDefaultMethodOverloads(boolean v) |
void |
setLibid(String libid) |
void |
setLibver(String libver) |
void |
setLocale(String locale) |
void |
setPackage(String packageName) |
void |
setRenameGetterAndSetters(boolean renameGetterAndSetters) |
void |
started(IWTypeLib lib)
Report that the
Generator has started working on this. |
void |
warning(String message)
Report a non-fatal error.
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setDestDir(File destDir)
public void setPackage(String packageName)
public void setFile(File source)
public void setLibid(String libid)
public void setLibver(String libver)
public void setLocale(String locale)
public void setRenameGetterAndSetters(boolean renameGetterAndSetters)
public void setAlwaysUseComEnums(boolean alwaysUseComEnums)
public void setGenerateDefaultMethodOverloads(boolean v)
public void addConfiguredLib(Lib r)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void started(IWTypeLib lib)
ErrorListener
Generator
has started working on this.started
in interface ErrorListener
public void error(BindingException e)
ErrorListener
error
in interface ErrorListener
public void warning(String message)
ErrorListener
warning
in interface ErrorListener
Copyright © 2014. All rights reserved.