org.modeshape.connector.svn
Class SvnWorkspace.SvnCompositeCommand

java.lang.Object
  extended by org.modeshape.connector.svn.SvnWorkspace.SvnCommand
      extended by org.modeshape.connector.svn.SvnWorkspace.SvnCompositeCommand
All Implemented Interfaces:
PathWorkspace.ChangeCommand<PathNode>
Enclosing class:
SvnWorkspace

protected class SvnWorkspace.SvnCompositeCommand
extends SvnWorkspace.SvnCommand


Field Summary
 
Fields inherited from class org.modeshape.connector.svn.SvnWorkspace.SvnCommand
editor
 
Constructor Summary
protected SvnWorkspace.SvnCompositeCommand(List<SvnWorkspace.SvnCommand> commands)
           
 
Method Summary
 void apply()
          Make the change represented by this command permanent.
 String toString()
           
 
Methods inherited from class org.modeshape.connector.svn.SvnWorkspace.SvnCommand
setEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvnWorkspace.SvnCompositeCommand

protected SvnWorkspace.SvnCompositeCommand(List<SvnWorkspace.SvnCommand> commands)
Method Detail

apply

public void apply()
Description copied from interface: PathWorkspace.ChangeCommand
Make the change represented by this command permanent.

Specified by:
apply in interface PathWorkspace.ChangeCommand<PathNode>
Overrides:
apply in class SvnWorkspace.SvnCommand

toString

public String toString()
Overrides:
toString in class SvnWorkspace.SvnCommand


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.