Class PatchModuleExtension
java.lang.Object
org.javamodularity.moduleplugin.extensions.PatchModuleExtension
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildModulePathOption(org.gradle.api.file.FileCollection classpath) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removedDeprecated.getJars()Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removedbooleanisUnpatched(File jar) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removedresolvePatched(UnaryOperator<String> jarNameResolver) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removedresolvePatched(org.gradle.api.file.FileCollection classpath) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removedvoidDeprecated.toString()Deprecated.
-
Constructor Details
-
PatchModuleExtension
public PatchModuleExtension()Deprecated.
-
-
Method Details
-
getConfig
Deprecated. -
setConfig
Deprecated. -
resolvePatched
@Deprecated(since="1.7.0", forRemoval=true) public PatchModuleResolver resolvePatched(org.gradle.api.file.FileCollection classpath) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removed -
resolvePatched
@Deprecated(since="1.7.0", forRemoval=true) public PatchModuleResolver resolvePatched(UnaryOperator<String> jarNameResolver) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removed -
getJars
Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removed -
isUnpatched
Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removed -
buildModulePathOption
@Deprecated(since="1.7.0", forRemoval=true) public Optional<TaskOption> buildModulePathOption(org.gradle.api.file.FileCollection classpath) Deprecated, for removal: This API element is subject to removal in a future version.As of 1.7.0, this method is no longer used and can be removed -
toString
Deprecated.
-
ModularityExtension.patchModule(String, String)method.