org.kuali.common.deploy
Class SysAdminExecutable

java.lang.Object
  extended by org.kuali.common.deploy.SysAdminExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class SysAdminExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Constructor Summary
SysAdminExecutable(org.kuali.common.util.secure.channel.SecureChannel channel, List<String> commands, boolean skip)
           
 
Method Summary
 void execute()
           
 org.kuali.common.util.secure.channel.SecureChannel getChannel()
           
 List<String> getCommands()
           
 boolean isSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysAdminExecutable

public SysAdminExecutable(org.kuali.common.util.secure.channel.SecureChannel channel,
                          List<String> commands,
                          boolean skip)
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getChannel

public org.kuali.common.util.secure.channel.SecureChannel getChannel()

getCommands

public List<String> getCommands()

isSkip

public boolean isSkip()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.