Interface ManifestProperties.Builder

    • Method Detail

      • fileSystemLocationName

        ManifestProperties.Builder fileSystemLocationName​(String fileSystemLocationName)

        The file system location name.

        Parameters:
        fileSystemLocationName - The file system location name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputManifestHash

        ManifestProperties.Builder inputManifestHash​(String inputManifestHash)

        The has value of the file.

        Parameters:
        inputManifestHash - The has value of the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputManifestPath

        ManifestProperties.Builder inputManifestPath​(String inputManifestPath)

        The file path.

        Parameters:
        inputManifestPath - The file path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputRelativeDirectories

        ManifestProperties.Builder outputRelativeDirectories​(Collection<String> outputRelativeDirectories)

        The file path relative to the directory.

        Parameters:
        outputRelativeDirectories - The file path relative to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputRelativeDirectories

        ManifestProperties.Builder outputRelativeDirectories​(String... outputRelativeDirectories)

        The file path relative to the directory.

        Parameters:
        outputRelativeDirectories - The file path relative to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootPath

        ManifestProperties.Builder rootPath​(String rootPath)

        The file's root path.

        Parameters:
        rootPath - The file's root path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootPathFormat

        ManifestProperties.Builder rootPathFormat​(String rootPathFormat)

        The format of the root path.

        Parameters:
        rootPathFormat - The format of the root path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PathFormat, PathFormat
      • rootPathFormat

        ManifestProperties.Builder rootPathFormat​(PathFormat rootPathFormat)

        The format of the root path.

        Parameters:
        rootPathFormat - The format of the root path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PathFormat, PathFormat