Interface FileConfiguration.Builder

    • Method Detail

      • folders

        FileConfiguration.Builder folders​(Collection<String> folders)

        Identifiers for the source folders to pull all files from recursively.

        Parameters:
        folders - Identifiers for the source folders to pull all files from recursively.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • folders

        FileConfiguration.Builder folders​(String... folders)

        Identifiers for the source folders to pull all files from recursively.

        Parameters:
        folders - Identifiers for the source folders to pull all files from recursively.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        FileConfiguration.Builder filters​(Map<String,​? extends Collection<String>> filters)

        Restrictions for what files should be pulled from the source.

        Parameters:
        filters - Restrictions for what files should be pulled from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.