Uses of Interface
com.googlecode.jpattern.core.textfiles.IFile

Packages that use IFile
com.googlecode.jpattern.core.textfiles   
com.googlecode.jpattern.core.textfiles.local   
 

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

Classes in com.googlecode.jpattern.core.textfiles that implement IFile
 class NullFile
           
 

Methods in com.googlecode.jpattern.core.textfiles that return IFile
 IFile IResource.create(String filename, String text)
           
 IFile NullResource.create(String filename, String text)
           
 IFile IResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile NullResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile FileWrapper.getFile()
           
 IFile IResource.getFile(String filename)
           
 IFile NullResource.getFile(String filename)
           
 IFile IResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 IFile NullResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 

Methods in com.googlecode.jpattern.core.textfiles with parameters of type IFile
 void FileWrapper.setFile(IFile file)
           
 

Constructors in com.googlecode.jpattern.core.textfiles with parameters of type IFile
FileWrapper(IFile file)
           
 

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

Classes in com.googlecode.jpattern.core.textfiles.local that implement IFile
 class LocalFile
           
 

Methods in com.googlecode.jpattern.core.textfiles.local that return IFile
 IFile LocalResource.create(String filename, String text)
           
 IFile LocalResource.create(String filename, String text, CharacterEncoding encodingCharset)
           
 IFile LocalResource.getFile(String filename)
           
 IFile LocalResource.getFile(String filename, CharacterEncoding encodingCharset)
           
 



Copyright © 2011. All Rights Reserved.