Uses of Enum Class
network.ike.plugin.scaffold.ScaffoldScope
Packages that use ScaffoldScope
-
Uses of ScaffoldScope in network.ike.plugin.scaffold
Subclasses with type arguments of type ScaffoldScope in network.ike.plugin.scaffoldMethods in network.ike.plugin.scaffold that return ScaffoldScopeModifier and TypeMethodDescriptionstatic ScaffoldScopeScaffoldScope.fromManifestValue(String value) Parse a scope from its manifest spelling.ManifestEntry.scope()Returns the value of thescoperecord component.static ScaffoldScopeReturns the enum constant of this class with the specified name.static ScaffoldScope[]ScaffoldScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in network.ike.plugin.scaffold that return types with arguments of type ScaffoldScopeModifier and TypeMethodDescriptionstatic List<ScaffoldScope> ScaffoldMojoSupport.scopesToProcess(boolean inProject) Scopes the mojos should run for given a project-required context: in a project, both scopes apply; standalone, only user.Methods in network.ike.plugin.scaffold with parameters of type ScaffoldScopeModifier and TypeMethodDescriptionScaffoldManifest.entriesInScope(ScaffoldScope scope) Filter entries by scope.ScaffoldPlanner.plan(ScaffoldManifest manifest, ScaffoldLockfile currentLockfile, ScaffoldScope scope, PathResolver pathResolver, TemplateSource templates) Build a plan.static StringScaffoldMojoSupport.renderOrphanReport(List<OrphanEntry> orphans, ScaffoldScope scope) Render an orphan listing suitable for log output.static StringScaffoldMojoSupport.renderPlanReport(ScaffoldPlan plan, ScaffoldScope scope) Render a draft-style listing of a plan suitable for log output.static StringScaffoldMojoSupport.renderRevertReport(ScaffoldReverter.RevertResult result, ScaffoldScope scope) Render a revert-outcome listing suitable for log output.PathResolver.resolveDest(String dest, ScaffoldScope scope) Resolve a baredeststring to an absolute path.ScaffoldReverter.revert(ScaffoldLockfile currentLockfile, ScaffoldManifest manifest, ScaffoldScope scope, PathResolver pathResolver) Revert every entry incurrentLockfilethat lives in the given scope.static List<OrphanEntry> OrphanScanner.scan(ScaffoldManifest manifest, ScaffoldLockfile lockfile, ScaffoldScope scope, PathResolver resolver) Scan one scope for orphaned lockfile entries.Constructors in network.ike.plugin.scaffold with parameters of type ScaffoldScopeModifierConstructorDescriptionManifestEntry(String dest, ScaffoldScope scope, ScaffoldTier tier, String source, String model, Map<String, Object> extras) Canonical constructor with validation and defensive copying.