Package org.openrewrite.maven.utilities
Class MavenWrapper
java.lang.Object
org.openrewrite.maven.utilities.MavenWrapper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MavenWrapper
create
(@Nullable String wrapperVersion, @Nullable String wrapperDistributionTypeName, @Nullable String distributionVersion, @Nullable String repositoryUrl, org.openrewrite.ExecutionContext ctx) org.openrewrite.remote.Remote
mvnw()
org.openrewrite.remote.Remote
mvnwCmd()
org.openrewrite.remote.Remote
org.openrewrite.remote.Remote
-
Field Details
-
ASF_LICENSE_HEADER
- See Also:
-
WRAPPER_DOWNLOADER_LOCATION_RELATIVE_PATH
- See Also:
-
WRAPPER_JAR_LOCATION_RELATIVE_PATH
- See Also:
-
WRAPPER_PROPERTIES_LOCATION_RELATIVE_PATH
- See Also:
-
WRAPPER_SCRIPT_LOCATION_RELATIVE_PATH
- See Also:
-
WRAPPER_BATCH_LOCATION_RELATIVE_PATH
- See Also:
-
WRAPPER_DOWNLOADER_LOCATION
-
WRAPPER_JAR_LOCATION
-
WRAPPER_PROPERTIES_LOCATION
-
WRAPPER_SCRIPT_LOCATION
-
WRAPPER_BATCH_LOCATION
-
-
Constructor Details
-
MavenWrapper
public MavenWrapper()
-
-
Method Details
-
create
public static MavenWrapper create(@Nullable @Nullable String wrapperVersion, @Nullable @Nullable String wrapperDistributionTypeName, @Nullable @Nullable String distributionVersion, @Nullable @Nullable String repositoryUrl, org.openrewrite.ExecutionContext ctx) -
getPropertiesFormattedWrapperUrl
-
getPropertiesFormattedDistributionUrl
-
wrapperJar
public org.openrewrite.remote.Remote wrapperJar() -
wrapperDownloader
public org.openrewrite.remote.Remote wrapperDownloader() -
mvnw
public org.openrewrite.remote.Remote mvnw() -
mvnwCmd
public org.openrewrite.remote.Remote mvnwCmd()
-