Uses of Class
com.googlecode.jpattern.core.util.CharacterEncoding

Packages that use CharacterEncoding
com.googlecode.jpattern.core.textfiles   
com.googlecode.jpattern.core.textfiles.local   
com.googlecode.jpattern.core.util   
com.googlecode.jpattern.core.xml   
 

Uses of CharacterEncoding in com.googlecode.jpattern.core.textfiles
 

Methods in com.googlecode.jpattern.core.textfiles with parameters of type CharacterEncoding
 IFile IResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile NullResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile IResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 IFile NullResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 

Uses of CharacterEncoding in com.googlecode.jpattern.core.textfiles.local
 

Methods in com.googlecode.jpattern.core.textfiles.local with parameters of type CharacterEncoding
 IFile LocalResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile LocalResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 

Constructors in com.googlecode.jpattern.core.textfiles.local with parameters of type CharacterEncoding
LocalFile(File file, CharacterEncoding encodingCharset)
           
LocalFileReader(File file, CharacterEncoding encodingCharset)
           
LocalFileWriter(File file, CharacterEncoding encodingCharset, boolean append)
           
LocalResource(String path, CharacterEncoding defaultEncodingCharset)
           
 

Uses of CharacterEncoding in com.googlecode.jpattern.core.util
 

Fields in com.googlecode.jpattern.core.util declared as CharacterEncoding
static CharacterEncoding CharacterEncoding.ISO_8859_1
           
static CharacterEncoding CharacterEncoding.UTF_16
           
static CharacterEncoding CharacterEncoding.UTF_8
           
static CharacterEncoding CharacterEncoding.WINDOWS_1252
           
 

Uses of CharacterEncoding in com.googlecode.jpattern.core.xml
 

Constructors in com.googlecode.jpattern.core.xml with parameters of type CharacterEncoding
XmlFileWriterStrategy(StringBuffer path, StringBuffer filename, CharacterEncoding characterEncoding)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding, ICommand aSuccessor)
           
 



Copyright © 2011. All Rights Reserved.