Uses of Record Class
network.ike.plugin.scaffold.ScaffoldManifest
Packages that use ScaffoldManifest
-
Uses of ScaffoldManifest in network.ike.plugin.scaffold
Methods in network.ike.plugin.scaffold that return ScaffoldManifestModifier and TypeMethodDescriptionstatic ScaffoldManifestScaffoldMojoSupport.loadManifest(Path scaffoldDir) Resolve the manifest file at the root of a scaffold tree.static ScaffoldManifestParse a manifest from aReader.static ScaffoldManifestParse a manifest from a file path.Methods in network.ike.plugin.scaffold with parameters of type ScaffoldManifestModifier and TypeMethodDescriptionScaffoldPlanner.plan(ScaffoldManifest manifest, ScaffoldLockfile currentLockfile, ScaffoldScope scope, PathResolver pathResolver, TemplateSource templates) Build a plan.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.