Uses of Enum Class
network.ike.plugin.scaffold.ScaffoldTier
Packages that use ScaffoldTier
-
Uses of ScaffoldTier in network.ike.plugin.scaffold
Subclasses with type arguments of type ScaffoldTier in network.ike.plugin.scaffoldModifier and TypeClassDescriptionenumOwnership tier that determines how a scaffolded file is managed.Methods in network.ike.plugin.scaffold that return ScaffoldTierModifier and TypeMethodDescriptionstatic ScaffoldTierScaffoldTier.fromManifestValue(String value) Parse a tier from its manifest/lockfile spelling.LockfileEntry.tier()Returns the value of thetierrecord component.ManifestEntry.tier()Returns the value of thetierrecord component.OrphanEntry.tier()Returns the value of thetierrecord component.TierHandler.tier()Which tier this handler is responsible for.ToolOwnedTierHandler.tier()TrackedBlockTierHandler.tier()TrackedTierHandler.tier()static ScaffoldTierReturns the enum constant of this class with the specified name.static ScaffoldTier[]ScaffoldTier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in network.ike.plugin.scaffold with parameters of type ScaffoldTierModifier and TypeMethodDescriptionTierHandlers.get(ScaffoldTier tier) Look up the handler for a tier.TierHandlers.require(ScaffoldTier tier) Look up the handler for a tier, throwing if none is registered.static LockfileEntryLockfileEntry.tracked(ScaffoldTier tier, String templateSha, String appliedSha) Convenience factory for a tracked or tracked-block entry.Constructors in network.ike.plugin.scaffold with parameters of type ScaffoldTierModifierConstructorDescriptionLockfileEntry(ScaffoldTier tier, String templateSha, String appliedSha, List<ManagedElement> managedElements) Canonical constructor with validation and defensive copying.ManifestEntry(String dest, ScaffoldScope scope, ScaffoldTier tier, String source, String model, Map<String, Object> extras) Canonical constructor with validation and defensive copying.OrphanEntry(String dest, Path resolvedDest, ScaffoldTier tier, OrphanEntry.Disposition disposition, String reason) Canonical constructor with null guards.