Class PatchModuleExtension

java.lang.Object
org.javamodularity.moduleplugin.extensions.PatchModuleExtension

@Deprecated(since="1.7.0") public class PatchModuleExtension extends Object
Deprecated.
As of 1.7.0, the preferred way to patch modules is via the ModularityExtension.patchModule(String, String) method.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    Deprecated.
     
    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
    boolean
    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
    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(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
    void
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PatchModuleExtension

      public PatchModuleExtension()
      Deprecated.
  • Method Details

    • getConfig

      public List<String> getConfig()
      Deprecated.
    • setConfig

      public void setConfig(List<String> config)
      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(since="1.7.0", forRemoval=true) public Set<String> 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(since="1.7.0", forRemoval=true) public boolean isUnpatched(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 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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object