public class ResourceGenTask
extends org.apache.tools.ant.Task
Modifier and Type | Class and Description |
---|---|
static class |
ResourceGenTask.LicenseCodeWriter
Writes all the source files under the specified file folder and
inserts a license file each java source file.
|
Constructor and Description |
---|
ResourceGenTask() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredResource(org.apache.tools.ant.types.FileSet fs) |
void |
execute() |
void |
setDestDir(File dir) |
void |
setEncoding(String encoding) |
void |
setLicense(File license) |
void |
setLocalizationUtilitiesPkgName(String localizationUtilitiesPkgName) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void addConfiguredResource(org.apache.tools.ant.types.FileSet fs)
public void setDestDir(File dir)
public void setLicense(File license)
public void setEncoding(String encoding)
public void setLocalizationUtilitiesPkgName(String localizationUtilitiesPkgName)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2024 Oracle Corporation. All rights reserved.