Class FlatFileCommand.FlatFileOptions

java.lang.Object
org.apache.jackrabbit.oak.run.FlatFileCommand.FlatFileOptions
All Implemented Interfaces:
OptionsBean
Enclosing class:
FlatFileCommand

public static class FlatFileCommand.FlatFileOptions extends Object implements OptionsBean
  • Field Details

    • options

      protected joptsimple.OptionSet options
    • actionOpts

      protected final Set<joptsimple.OptionSpec> actionOpts
  • Constructor Details

    • FlatFileOptions

      public FlatFileOptions(joptsimple.OptionParser parser)
  • Method Details

    • configure

      public void configure(joptsimple.OptionSet options)
      Specified by:
      configure in interface OptionsBean
    • title

      public String title()
      Description copied from interface: OptionsBean
      Title string for this set of options
      Specified by:
      title in interface OptionsBean
    • description

      public String description()
      Description copied from interface: OptionsBean
      Description string for this set of options
      Specified by:
      description in interface OptionsBean
    • order

      public int order()
      Description copied from interface: OptionsBean
      Used to sort the help output. Help for OptionsBean in descending order i.e. bean having highest order would be rendered first
      Specified by:
      order in interface OptionsBean
    • operationNames

      public Set<String> operationNames()
      Description copied from interface: OptionsBean
      Option names which are actually performing operation
      Specified by:
      operationNames in interface OptionsBean
    • getOutFile

      public File getOutFile() throws IOException
      Throws:
      IOException