Interface STBuilderFacets.WantsPaths

All Known Subinterfaces:
STBuilderFacets.All, STBuilderFacets.WantsPathsOrScannersOrValidators
All Known Implementing Classes:
STBuilder
Enclosing interface:
STBuilderFacets

public static interface STBuilderFacets.WantsPaths
  • Method Details

    • paths

      Provide additional path or paths, which can be either a readable file or a directory containing readable files or other directories. Only files which match a markdown path with a '.md' extension will be validated.
      Parameters:
      paths - Paths to test
      Returns:
      this STBuilder for method chaining
    • paths

      Provide additional path or paths, which can be either a readable file or a directory containing readable files or other directories. Only files which match a markdown path with a '.md' extension will be validated.
      Parameters:
      paths - Paths to test
      Returns:
      this STBuilder for method chaining
    • path

      Provide an additional path, which can be either a readable file or a directory containing readable files or other directories. Only files which match a markdown path with a '.md' extension will be validated.
      Parameters:
      path - Paths to test
      Returns:
      this STBuilder for method chaining
    • path

      Provide an additional path or paths, which can be either a readable file or a directory containing readable files or other directories. Only files which match a markdown path with a '.md' extension will be validated.
      Parameters:
      path - Paths to test
      Returns:
      this STBuilder for method chaining