org.crsh.standalone
Class CRaSH

java.lang.Object
  extended by org.crsh.standalone.CRaSH

public class CRaSH
extends Object


Field Summary
private  CommandDescriptorImpl<CRaSH> descriptor
          .
private static Logger log
          .
 
Constructor Summary
CRaSH()
           
 
Method Summary
private  void copy(File src, File dst)
           
 void main(Boolean nonInteractive, List<String> cmds, List<String> confs, List<String> properties, ResourceMode cmdMode, ResourceMode confMode, List<Integer> pids)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Logger log
.


descriptor

private final CommandDescriptorImpl<CRaSH> descriptor
.

Constructor Detail

CRaSH

public CRaSH()
      throws IntrospectionException
Throws:
IntrospectionException
Method Detail

copy

private void copy(File src,
                  File dst)
           throws IOException
Throws:
IOException

main

public void main(Boolean nonInteractive,
                 List<String> cmds,
                 List<String> confs,
                 List<String> properties,
                 ResourceMode cmdMode,
                 ResourceMode confMode,
                 List<Integer> pids)
          throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2014 eXo Platform SAS. All Rights Reserved.