Interface PathMappingRule.Builder

    • Method Detail

      • destinationPath

        PathMappingRule.Builder destinationPath​(String destinationPath)

        The destination path.

        Parameters:
        destinationPath - The destination path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourcePath

        PathMappingRule.Builder sourcePath​(String sourcePath)

        The source path.

        Parameters:
        sourcePath - The source path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourcePathFormat

        PathMappingRule.Builder sourcePathFormat​(String sourcePathFormat)

        The source path format.

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

        PathMappingRule.Builder sourcePathFormat​(PathFormat sourcePathFormat)

        The source path format.

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