c
org.locationtech.geomesa.tools.export
GenerateAvroSchemaCommand
Companion object GenerateAvroSchemaCommand
class GenerateAvroSchemaCommand extends Command
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenerateAvroSchemaCommand
- Command
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GenerateAvroSchemaCommand()
Value Members
-
def
execute(): Unit
- Definition Classes
- GenerateAvroSchemaCommand → Command
-
val
name: String
- Definition Classes
- GenerateAvroSchemaCommand → Command
-
val
params: GenerateAvroSchemaParams
- Definition Classes
- GenerateAvroSchemaCommand → Command
-
def
run(): Unit
- Definition Classes
- Command → Runnable
-
def
subCommands: Seq[Command]
- Definition Classes
- Command
-
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