Uses of Record Class
network.ike.plugin.scaffold.ScaffoldPlan
Packages that use ScaffoldPlan
-
Uses of ScaffoldPlan in network.ike.plugin.scaffold
Methods in network.ike.plugin.scaffold that return ScaffoldPlanModifier and TypeMethodDescriptionScaffoldPlanner.plan(ScaffoldManifest manifest, ScaffoldLockfile currentLockfile, ScaffoldScope scope, PathResolver pathResolver, TemplateSource templates) Build a plan.Methods in network.ike.plugin.scaffold with parameters of type ScaffoldPlanModifier and TypeMethodDescriptionScaffoldApplier.apply(ScaffoldPlan plan, ScaffoldLockfile currentLockfile) Carry out a plan.static ScaffoldMojoSupport.CountsScaffoldMojoSupport.countActions(ScaffoldPlan plan) One-line summary of what the plan would change, for post-publish telemetry and draft headers.static StringScaffoldMojoSupport.renderPlanReport(ScaffoldPlan plan, ScaffoldScope scope) Render a draft-style listing of a plan suitable for log output.