Uses of Record Class
network.ike.plugin.scaffold.LockfileEntry
Packages that use LockfileEntry
-
Uses of LockfileEntry in network.ike.plugin.scaffold
Methods in network.ike.plugin.scaffold that return LockfileEntryModifier and TypeMethodDescriptionstatic LockfileEntryLockfileEntry.modelManaged(List<ManagedElement> elements) Convenience factory for a model-managed entry.static LockfileEntryConvenience factory for a tool-owned entry (only templateSha matters; divergence is reported but never blocks publish).static LockfileEntryLockfileEntry.tracked(ScaffoldTier tier, String templateSha, String appliedSha) Convenience factory for a tracked or tracked-block entry.Methods in network.ike.plugin.scaffold that return types with arguments of type LockfileEntryModifier and TypeMethodDescriptionScaffoldLockfile.files()Returns the value of thefilesrecord component.Methods in network.ike.plugin.scaffold with parameters of type LockfileEntryModifier 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) ScaffoldLockfile.withEntry(String path, LockfileEntry entry) Return a copy of this lockfile with one entry added or replaced.Constructor parameters in network.ike.plugin.scaffold with type arguments of type LockfileEntryModifierConstructorDescriptionScaffoldLockfile(int schema, String standardsVersion, Instant applied, Map<String, LockfileEntry> files) Canonical constructor with validation and defensive copying of the file map.