Class Link.LocaleSpec
java.lang.Object
org.apache.tools.ant.taskdefs.modules.Link.LocaleSpec
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an unconfigured element.LocaleSpec(String name) Creates an element with the given name pattern.
- 
Method Summary
- 
Constructor Details- 
LocaleSpecpublic LocaleSpec()Creates an unconfigured element.
- 
LocaleSpecCreates an element with the given name pattern.- Parameters:
- name- pattern of locale names to match
 
 
- 
- 
Method Details- 
getNameAttribute containing a pattern which matches Java locale names. May be an explicit Java locale, or may contain an asterisk (*)for wildcard matching.- Returns:
- this element's locale name pattern
 
- 
setNameSets attribute containing a pattern which matches Java locale names. May be an explicit Java locale, or may contain an asterisk (*)for wildcard matching.- Parameters:
- name- new locale name or pattern matching locale names
 
- 
validate
 
-