Class PluginPaths
java.lang.Object
dev.dimlight.maven.plugin.shellcheck.PluginPaths
Utilities for paths related to the plugin.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginPaths
- Parameters:
mavenTargetDirectory- the target directory for the current maven project (project.buildDirectory in maven parlance).
-
-
Method Details
-
getPluginOutputDirectory
- Returns:
- a subdir of the current project target that is dedicated to output of this process.
-
getPathInPluginOutputDirectory
- Parameters:
pathFragments- the path fragments within the plugin output directory.- Returns:
- a path in the plugin output directory.
-