Class Invocation
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.Invocation
- Direct Known Subclasses:
GradleTask.Invocation
An invocation of a method.
- Author:
- Moritz Halbritter, Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the arguments (can be empty).Return the name of the method.
-
Constructor Details
-
Invocation
-
-
Method Details
-
getTarget
Return the name of the method.- Returns:
- the method name
-
getArguments
Return the arguments (can be empty).- Returns:
- the method arguments
-