Uses of Enum
org.codehaus.mojo.flatten.FlattenDependencyMode
Packages that use FlattenDependencyMode
-
Uses of FlattenDependencyMode in org.codehaus.mojo.flatten
Subclasses with type arguments of type FlattenDependencyMode in org.codehaus.mojo.flattenModifier and TypeClassDescriptionenumThis enum contains the predefined modes on how to flatten the dependencies.Fields in org.codehaus.mojo.flatten declared as FlattenDependencyModeModifier and TypeFieldDescriptionprotected FlattenDependencyModeDirectDependenciesInheritanceAssembler.flattenDependencyModeprivate FlattenDependencyModeFlattenMojo.flattenDependencyModeThe different possible values for flattenDependencyMode: Mode Description directMethods in org.codehaus.mojo.flatten that return FlattenDependencyModeModifier and TypeMethodDescriptionstatic FlattenDependencyModeReturns the enum constant of this type with the specified name.static FlattenDependencyMode[]FlattenDependencyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.