com.xebialabs.deployit.cli
Class Cli

java.lang.Object
  extended by com.xebialabs.deployit.cli.Cli

public class Cli
extends java.lang.Object


Constructor Summary
Cli(CliOptions options)
           
 
Method Summary
 void createCredentials(com.xebialabs.deployit.booter.remote.BooterConfig.Builder builder)
           
 Interpreter getNewInterpreter()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cli

public Cli(CliOptions options)
    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

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

getNewInterpreter

public Interpreter getNewInterpreter()
                              throws javax.script.ScriptException,
                                     java.io.FileNotFoundException
Throws:
javax.script.ScriptException
java.io.FileNotFoundException

createCredentials

public void createCredentials(com.xebialabs.deployit.booter.remote.BooterConfig.Builder builder)
                       throws java.io.IOException
Throws:
java.io.IOException