com.xebialabs.deployit.cli
Class Cli

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

public class Cli
extends java.lang.Object


Nested Class Summary
static class Cli.Authentication
           
 
Constructor Summary
Cli(CliOptions options)
           
 
Method Summary
 Cli.Authentication createCredentials()
           
static Cli.Authentication getAuthentication()
           
 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 Cli.Authentication createCredentials()
                                     throws java.io.IOException
Throws:
java.io.IOException

getAuthentication

public static Cli.Authentication getAuthentication()