Package io.github.gmazzo.importclasses
Class ImportClassesTransform
-
- All Implemented Interfaces:
-
org.gradle.api.artifacts.transform.TransformAction
public abstract class ImportClassesTransform implements TransformAction<ImportClassesTransform.Params>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceImportClassesTransform.Params
-
Field Summary
Fields Modifier and Type Field Description private final Provider<FileSystemLocation>inputArtifactprivate final ImportClassesTransform.Paramsparameters
-
Constructor Summary
Constructors Constructor Description ImportClassesTransform(ExecOperations execOperations)
-
Method Summary
Modifier and Type Method Description abstract Provider<FileSystemLocation>getInputArtifact()Unittransform(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
-
-
Method Detail
-
getInputArtifact
@PathSensitive(value = PathSensitivity.NONE)@InputArtifact() abstract Provider<FileSystemLocation> getInputArtifact()
-
-
-
-