Uses of Enum Class
network.ike.plugin.scaffold.OrphanEntry.Disposition
Packages that use OrphanEntry.Disposition
-
Uses of OrphanEntry.Disposition in network.ike.plugin.scaffold
Subclasses with type arguments of type OrphanEntry.Disposition in network.ike.plugin.scaffoldModifier and TypeClassDescriptionstatic enumWhatscaffold-publishwill do with an orphan.Methods in network.ike.plugin.scaffold that return OrphanEntry.DispositionModifier and TypeMethodDescriptionOrphanEntry.disposition()Returns the value of thedispositionrecord component.static OrphanEntry.DispositionReturns the enum constant of this class with the specified name.static OrphanEntry.Disposition[]OrphanEntry.Disposition.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.scaffold with parameters of type OrphanEntry.DispositionModifierConstructorDescriptionOrphanEntry(String dest, Path resolvedDest, ScaffoldTier tier, OrphanEntry.Disposition disposition, String reason) Canonical constructor with null guards.