Uses of Record Class
network.ike.plugin.scaffold.ManifestEntry
Packages that use ManifestEntry
-
Uses of ManifestEntry in network.ike.plugin.scaffold
Methods in network.ike.plugin.scaffold that return ManifestEntryModifier and TypeMethodDescriptionTierAction.entry()The manifest entry this action relates to.TierAction.Skip.entry()Returns the value of theentryrecord component.TierAction.UpToDate.entry()Returns the value of theentryrecord component.TierAction.UserManaged.entry()Returns the value of theentryrecord component.TierAction.Write.entry()Returns the value of theentryrecord component.PlannedEntry.manifest()Returns the value of themanifestrecord component.Methods in network.ike.plugin.scaffold that return types with arguments of type ManifestEntryModifier and TypeMethodDescriptionScaffoldManifest.entries()Returns the value of theentriesrecord component.ScaffoldManifest.entriesInScope(ScaffoldScope scope) Filter entries by scope.Methods in network.ike.plugin.scaffold with parameters of type ManifestEntryModifier and TypeMethodDescriptionGitConfigAdapter.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, LockfileEntry priorEntry, String currentStandardsVersion) MavenSettingsAdapter.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, LockfileEntry priorEntry, String currentStandardsVersion) ModelAdapter.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, LockfileEntry priorEntry, String currentStandardsVersion) Plan a single model-managed entry.PomModelAdapter.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, LockfileEntry priorEntry, String currentStandardsVersion) TierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) Plan a single entry.ToolOwnedTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) TrackedBlockTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) TrackedTierHandler.plan(ManifestEntry entry, Path resolvedDest, byte[] currentContent, byte[] templateContent, byte[] createContent, LockfileEntry priorEntry) PathResolver.resolve(ManifestEntry entry) Resolve a manifest entry to an absolute path.Constructors in network.ike.plugin.scaffold with parameters of type ManifestEntryModifierConstructorDescriptionPlannedEntry(ManifestEntry manifest, TierAction action, List<ManagedElement> managedElements) Canonical constructor with validation and defensive copying.Skip(ManifestEntry entry, Path resolvedDest, String reason, String diff) Compact constructor validating required fields.UpToDate(ManifestEntry entry, Path resolvedDest, String templateSha, String appliedSha, String reason) Compact constructor validating required fields.UserManaged(ManifestEntry entry, Path resolvedDest, String templateSha, String appliedSha, String reason) Compact constructor validating required fields.Write(ManifestEntry entry, Path resolvedDest, byte[] newContent, String appliedSha, String templateSha, TierAction.Write.Kind kind, String reason) Compact constructor validating required fields.Constructor parameters in network.ike.plugin.scaffold with type arguments of type ManifestEntryModifierConstructorDescriptionScaffoldManifest(int schema, String standardsVersion, List<ManifestEntry> entries) Backward-compatible constructor (#345 added thefoundationfield; pre-#345 callers passed three args and got a manifest with no foundation pinning).ScaffoldManifest(int schema, String standardsVersion, List<ManifestEntry> entries, ScaffoldManifest.Foundation foundation) Canonical constructor with validation and defensive copying.