Class FlatFileCommand

  • All Implemented Interfaces:
    Command

    public class FlatFileCommand
    extends java.lang.Object
    implements Command
    The flatfile command is an extract of the ability to create a filefile from the index command. Other than the origin, the flatfile command doesn't require any checkpoint nor index name.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatFileCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatFileCommand

        public FlatFileCommand()
    • Method Detail

      • execute

        public void execute​(java.lang.String... args)
                     throws java.lang.Exception
        Specified by:
        execute in interface Command
        Throws:
        java.lang.Exception