Interface SchemasLoader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<DocumentFile> loadSchemas​(java.lang.String... paths)
      Assumes that the implementation handles determines which files to load at each given path, along with how to load them.
    • Method Detail

      • loadSchemas

        java.util.List<DocumentFile> loadSchemas​(java.lang.String... paths)
        Assumes that the implementation handles determines which files to load at each given path, along with how to load them.
        Parameters:
        paths -
        Returns:
        a DocumentFile for each file that was loaded from the given paths