org.crsh.standalone
Class CRaSH

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

public class CRaSH
extends Object


Field Summary
private  CommandDescriptor<Instance<CRaSH>> descriptor
          .
private static Logger log
          .
 
Constructor Summary
CRaSH()
           
 
Method Summary
private  void copyCmd(File src, File dst)
           
private  void copyConf(File src, File dst)
           
private  FS.Builder createBuilder()
           
 void main(Boolean nonInteractive, String cmd, String conf, List<String> properties, String cmdFolder, String confFolder, List<Integer> pids)
           
static void main(String[] args)
           
private  String toString(FS.Builder builder)
           
 
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 CommandDescriptor<Instance<CRaSH>> descriptor
.

Constructor Detail

CRaSH

public CRaSH()
      throws IntrospectionException
Throws:
IntrospectionException
Method Detail

copyCmd

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

copyConf

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

toString

private String toString(FS.Builder builder)

createBuilder

private FS.Builder createBuilder()
                          throws IOException
Throws:
IOException

main

public void main(Boolean nonInteractive,
                 String cmd,
                 String conf,
                 List<String> properties,
                 String cmdFolder,
                 String confFolder,
                 List<Integer> pids)
          throws Exception
Throws:
Exception

main

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


Copyright © 2015 eXo Platform SAS. All Rights Reserved.