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

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

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

Classes in com.googlecode.jpattern.core.textfiles that implement IResource
 class NullResource
           
 

Constructors in com.googlecode.jpattern.core.textfiles with parameters of type IResource
FileCopyCommand(StringBuffer sourceFileName, IResource source, StringBuffer destinationFileName, IResource destination)
           
FileCopyCommand(StringBuffer sourceFileName, IResource source, StringBuffer destinationFileName, IResource destination, ICommand aSuccessor)
           
FileCreateCommand(IResource resource, StringBuffer fileName, StringBuffer fileContent, FileWrapper fileWrapper)
           
FileCreateCommand(IResource resource, StringBuffer fileName, StringBuffer fileContent, FileWrapper fileWrapper, ICommand aSuccessor)
           
FileDeleteCommand(IResource resource, StringBuffer fileName)
           
FileDeleteCommand(IResource resource, StringBuffer fileName, ICommand aSuccessor)
           
FileRenameCommand(StringBuffer oldFileName, StringBuffer newFileName, IResource resource)
           
FileRenameCommand(StringBuffer oldFileName, StringBuffer newFileName, IResource resource, ICommand aSuccessor)
           
 

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

Classes in com.googlecode.jpattern.core.textfiles.local that implement IResource
 class LocalResource
           
 



Copyright © 2011. All Rights Reserved.