org.n0pe.asadmin.commands
Class Cluster

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.Cluster
All Implemented Interfaces:
IAsAdminCmd

public class Cluster
extends AbstractAsAdminCmd


Field Summary
static String START
           
static String STOP
           
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
Cluster(String cluster)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 Cluster start()
           
 Cluster stop()
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
failOnNonZeroExit, getErrorOutput, getStandardOutput, handlePasswordFile, setOkayErrorPattern, setOkayStdOutPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final String START
See Also:
Constant Field Values

STOP

public static final String STOP
See Also:
Constant Field Values
Constructor Detail

Cluster

public Cluster(String cluster)
Method Detail

start

public Cluster start()

stop

public Cluster stop()

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.