protoj.lang.internal
Class ScpCommand

java.lang.Object
  extended by protoj.lang.internal.ScpCommand

public final class ScpCommand
extends java.lang.Object

Command driven access to ScpFeature.

Author:
Ashley Williams

Constructor Summary
ScpCommand(StandardProject project)
           
 
Method Summary
 Command getDelegate()
           
 joptsimple.OptionSpec<java.lang.String> getKey()
           
 joptsimple.OptionSpec<java.io.File> getKeyFile()
           
 joptsimple.OptionSpec<java.lang.String> getNoKey()
           
 joptsimple.OptionSpec<java.lang.String> getPasswordText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScpCommand

public ScpCommand(StandardProject project)
Method Detail

getNoKey

public joptsimple.OptionSpec<java.lang.String> getNoKey()

getKey

public joptsimple.OptionSpec<java.lang.String> getKey()

getPasswordText

public joptsimple.OptionSpec<java.lang.String> getPasswordText()

getKeyFile

public joptsimple.OptionSpec<java.io.File> getKeyFile()

getDelegate

public Command getDelegate()