com.aragost.javahg.internals
Class AddRemoveCommandHelper

java.lang.Object
  extended by com.aragost.javahg.internals.AddRemoveCommandHelper

public class AddRemoveCommandHelper
extends Object

Helper class to implement Add and Removed Command.


Constructor Summary
AddRemoveCommandHelper(AbstractCommand command, String prefix)
           
 
Method Summary
 List<File> execute()
           
 List<File> execute(File... files)
           
 List<String> execute(String... files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddRemoveCommandHelper

public AddRemoveCommandHelper(AbstractCommand command,
                              String prefix)
Method Detail

execute

public List<String> execute(String... files)

execute

public List<File> execute(File... files)

execute

public List<File> execute()


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.