Uses of Enum Class
org.springframework.boot.maven.AbstractPackagerMojo.LayoutType
-
Uses of AbstractPackagerMojo.LayoutType in org.springframework.boot.maven
Subclasses with type arguments of type AbstractPackagerMojo.LayoutType in org.springframework.boot.mavenModifier and TypeClassDescriptionstatic enumArchive layout types.Methods in org.springframework.boot.maven that return AbstractPackagerMojo.LayoutTypeModifier and TypeMethodDescriptionprotected @Nullable AbstractPackagerMojo.LayoutTypeAbstractPackagerMojo.getLayout()Return the type of archive that should be packaged by this MOJO.protected @Nullable AbstractPackagerMojo.LayoutTypeBuildImageMojo.getLayout()Return the type of archive that should be used when building the image.protected @Nullable AbstractPackagerMojo.LayoutTypeRepackageMojo.getLayout()Return the type of archive that should be packaged by this MOJO.Returns the enum constant of this class with the specified name.static AbstractPackagerMojo.LayoutType[]AbstractPackagerMojo.LayoutType.values()Returns an array containing the constants of this enum class, in the order they are declared.