Interface MatArtifactProvider<T>

    • Method Detail

      • init

        void init​(MatArtifact a,
                  Ribbon<TaskUnzipped> tu)

        This method supplies task data and the path, where unzipped files are located. An object of this class usually does read only tu.get() in order to get references to those parts of the task that belong to the artifact. A MatMethod might modify these parts in place.

        Taken to the extreme, a MatArtifact may provide tu itself to a MatMethod via getItems. So a MatMethod might replace the whole task and even the path of files, that are referenced by the task.

        Parameters:
        tu -