Package org.apache.tools.ant.types
Class PatternSet.PatternFileNameEntry
java.lang.Object
org.apache.tools.ant.types.PatternSet.NameEntry
org.apache.tools.ant.types.PatternSet.PatternFileNameEntry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringEncoding to use when reading the file, defaults to the platform's default encoding.final voidsetEncoding(String encoding) Encoding to use when reading the file, defaults to the platform's default encoding.toString()
- 
Constructor Details- 
PatternFileNameEntrypublic PatternFileNameEntry()
 
- 
- 
Method Details- 
setEncodingEncoding to use when reading the file, defaults to the platform's default encoding.For a list of possible values see https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html. - Parameters:
- encoding- String
 
- 
getEncodingEncoding to use when reading the file, defaults to the platform's default encoding.- Returns:
- the encoding name
 
- 
toString- Overrides:
- toStringin class- PatternSet.NameEntry
- Returns:
- a printable form of this object.
 
 
-