class NoShell extends Factory[Command]

Linear Supertypes
Factory[Command], Supplier[Command], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoShell
  2. Factory
  3. Supplier
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NoShell(sshAddress: SshAddress)

Value Members

  1. def create(): Command
    Definition Classes
    NoShell → Factory
  2. def get(): Command
    Definition Classes
    Factory → Supplier