Uses of Interface
com.googlecode.jpattern.core.command.ICommand

Packages that use ICommand
com.googlecode.jpattern.core   
com.googlecode.jpattern.core.command   
com.googlecode.jpattern.core.textfiles   
com.googlecode.jpattern.core.xml   
com.googlecode.jpattern.service.mail   
 

Uses of ICommand in com.googlecode.jpattern.core
 

Methods in com.googlecode.jpattern.core with parameters of type ICommand
 void ISystem.accept(ICommand aCommand)
           
 void ApplicationService.accept(ICommand aCommand)
           
 

Uses of ICommand in com.googlecode.jpattern.core.command
 

Classes in com.googlecode.jpattern.core.command that implement ICommand
 class ACommand
           
 class NullCommand
           
 

Constructors in com.googlecode.jpattern.core.command with parameters of type ICommand
ACommand(ICommand previousCommand)
           
 

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

Classes in com.googlecode.jpattern.core.textfiles that implement ICommand
 class FileCopyCommand
           
 class FileCreateCommand
           
 class FileDeleteCommand
           
 class FileRenameCommand
           
 

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

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

Classes in com.googlecode.jpattern.core.xml that implement ICommand
 class XmlReaderCommand
           
 class XmlWriterCommand
           
 

Constructors in com.googlecode.jpattern.core.xml with parameters of type ICommand
XmlReaderCommand(java.lang.StringBuffer xmlFilePath, GenericWrapper<java.lang.Boolean> trimValues, IXmlReaderStrategy xmlParserStrategy, ICommand aSuccessor)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding, ICommand aSuccessor)
           
 

Uses of ICommand in com.googlecode.jpattern.service.mail
 

Classes in com.googlecode.jpattern.service.mail that implement ICommand
 class SendMailCommand
           
 

Constructors in com.googlecode.jpattern.service.mail with parameters of type ICommand
SendMailCommand(java.lang.StringBuffer from, java.lang.StringBuffer to, java.lang.StringBuffer subject, java.lang.StringBuffer body, ICommand aSuccessor)
           
 



Copyright © 2011. All Rights Reserved.