com.googlecode.jpattern.core.textfiles
Class FileCreateCommand
java.lang.Object
com.googlecode.jpattern.core.command.ICommand
com.googlecode.jpattern.core.command.ACommand
com.googlecode.jpattern.core.textfiles.FileCreateCommand
- All Implemented Interfaces:
- Serializable, Runnable
public class FileCreateCommand
- extends ACommand
- Author:
- Francesco Cina'
10/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCreateCommand
public FileCreateCommand(IResource resource,
StringBuffer fileName,
StringBuffer fileContent,
FileWrapper fileWrapper)
FileCreateCommand
public FileCreateCommand(IResource resource,
StringBuffer fileName,
StringBuffer fileContent,
FileWrapper fileWrapper,
ICommand aSuccessor)
internalRollBack
protected void internalRollBack(ICommandResult result)
- Specified by:
internalRollBack in class ACommand
result
protected void result(ICommandResult result)
- Specified by:
result in class ACommand
Copyright © 2011. All Rights Reserved.