c

org.locationtech.geomesa.tools.status

EnvironmentCommand

class EnvironmentCommand extends Command

Linear Supertypes
Command, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnvironmentCommand
  2. Command
  3. Runnable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnvironmentCommand()

Value Members

  1. def execute(): Unit
    Definition Classes
    EnvironmentCommandCommand
  2. def listConverterNames(): Unit
  3. def listConverters(names: List[String] = List.empty): Unit
  4. def listSfts(names: List[String] = List.empty): Unit
  5. def listSftsNames(): Unit
  6. val name: String
    Definition Classes
    EnvironmentCommandCommand
  7. val params: EnvironmentParameters
    Definition Classes
    EnvironmentCommandCommand
  8. def run(): Unit
    Definition Classes
    Command → Runnable
  9. def subCommands: Seq[Command]
    Definition Classes
    Command
  10. def validate(): Option[ParameterException]

    Opportunity for the command to perform complex validation across param values (e.g.

    Opportunity for the command to perform complex validation across param values (e.g. check exclusive args, etc)

    returns

    parameter exception if validation fails

    Definition Classes
    Command