Class ImportClassesTransform

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Provider<FileSystemLocation> getInputArtifact()
      Unit transform(TransformOutputs outputs)
      • Methods inherited from class io.github.gmazzo.importclasses.ImportClassesTransform

        getParameters
      • Methods inherited from class org.gradle.api.artifacts.transform.TransformAction

        getParameters
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImportClassesTransform

        ImportClassesTransform(ExecOperations execOperations)
    • Method Detail

      • getInputArtifact

        @PathSensitive(value = PathSensitivity.NONE)@InputArtifact() abstract Provider<FileSystemLocation> getInputArtifact()