Interface ConfigurableFileTree

    • Method Detail

      • getDir

        File getDir()
        Returns the base directory of this file tree.
        Specified by:
        getDir in interface DirectoryTree
        Returns:
        The base directory. Never returns null.
      • getBuiltBy

        Set<Object> getBuiltBy()
        Returns the set of tasks which build the files of this collection.
        Returns:
        The set. Returns an empty set when there are no such tasks.