Interface DataFileBuilderClass

    • Method Summary

       
      Mark a Class as a 'Data File Builder Class' by Implementing this Method.
      Modifier and Type Method
      void build​(String dataFilesDir)
    • Method Detail

      • build

        void build​(java.lang.String dataFilesDir)
            throws java.io.IOException
        Data-File Builder Class must implement this method.
        Parameters:
        dataFilesDir - The directory, itself.
        Throws:
        java.io.IOException