Class QuarkusUpdateCommand
java.lang.Object
io.quarkus.devtools.project.update.rewrite.QuarkusUpdateCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringgoal(boolean dryRun) static voidhandle(io.quarkus.devtools.messagewriter.MessageWriter log, BuildTool buildTool, Path baseDir, String rewritePluginVersion, String recipesGAV, Path recipe, Path logFile, boolean dryRun) static booleanstatic PathsearchPath(String cmd) Searches the locations defined by PATH for the given executablestatic PathsearchPath(String cmd, String paths) Searches the locations defined by `paths` for the given executable
-
Field Details
-
MAVEN_REWRITE_PLUGIN_GROUP
- See Also:
-
MAVEN_REWRITE_PLUGIN_ARTIFACT
- See Also:
-
ADDITIONAL_SOURCE_FILES_SET
-
ADDITIONAL_SOURCE_FILES
-
-
Constructor Details
-
QuarkusUpdateCommand
public QuarkusUpdateCommand()
-
-
Method Details
-
goal
-
handle
-
searchPath
Searches the locations defined by PATH for the given executable- Parameters:
cmd- The name of the executable to look for- Returns:
- A Path to the executable, if found, null otherwise
-
searchPath
Searches the locations defined by `paths` for the given executable- Parameters:
cmd- The name of the executable to look forpaths- A string containing the paths to search- Returns:
- A Path to the executable, if found, null otherwise
-
isWindows
public static boolean isWindows()
-