Package io.helidon.build.dev.maven
Class MavenGoalBuildStep.BuildGoal
- java.lang.Object
-
- io.helidon.build.dev.maven.MavenGoalBuildStep.BuildGoal
-
- Enclosing class:
- MavenGoalBuildStep
public static class MavenGoalBuildStep.BuildGoal extends Object
A build goal.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MavenGoalExecutor.Goalgoal()Returns the goal.BuildRootTypeinputType()Returns the input type to which this step will apply.BuildRootTypeoutputType()Returns the output type that this step will produce.
-
-
-
Method Detail
-
goal
public MavenGoalExecutor.Goal goal()
Returns the goal.- Returns:
- The goal.
-
inputType
public BuildRootType inputType()
Returns the input type to which this step will apply.- Returns:
- The type.
-
outputType
public BuildRootType outputType()
Returns the output type that this step will produce.- Returns:
- The type.
-
-