| org.netbeans.installer.infra.build.ant.LoadLocales
LoadLocales | public class LoadLocales extends Task (Code) | | This class is an ant task which is capable of loading localized properties data.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setBasename(String basename) Setter for the 'basename' property. | public void | setList(String localesList) Setter for the 'localesList' property. |
execute | public void execute() throws BuildException(Code) | | Executes the task. The properties are loaded from the resource file with the
given base name and the corresponding project properties are set.
throws: org.apache.tools.ant.BuildException - if an I/O error occurs. |
setBasename | public void setBasename(String basename)(Code) | | Setter for the 'basename' property.
Parameters: basename - New value for the 'basename' property. |
setList | public void setList(String localesList)(Code) | | Setter for the 'localesList' property.
Parameters: localesList - New value for the 'localesList' property. |
|
|