Interface STBuilderFacets.WantsPaths
- All Known Subinterfaces:
STBuilderFacets.All,STBuilderFacets.WantsPathsOrScannersOrValidators
- All Known Implementing Classes:
STBuilder
- Enclosing interface:
STBuilderFacets
public static interface STBuilderFacets.WantsPaths
-
Method Summary
Modifier and TypeMethodDescriptionProvide an additional path or paths, which can be either a readable file or a directory containing readable files or other directories.Provide an additional path, which can be either a readable file or a directory containing readable files or other directories.Provide additional path or paths, which can be either a readable file or a directory containing readable files or other directories.Provide additional path or paths, which can be either a readable file or a directory containing readable files or other directories.
-
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
STBuilderfor 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
STBuilderfor 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
STBuilderfor 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
STBuilderfor method chaining
-