Uses of Interface
org.springframework.boot.loader.tools.Layout
Packages that use Layout
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of Layout in org.springframework.boot.loader.tools
Subinterfaces of Layout in org.springframework.boot.loader.toolsModifier and TypeInterfaceDescriptioninterface
A specialization ofLayout
that repackages an existing archive by moving its content to a new location.Classes in org.springframework.boot.loader.tools that implement LayoutModifier and TypeClassDescriptionstatic class
Executable expanded archive layout.static class
Executable JAR layout.static class
No layout.static class
Executable WAR layout.Methods in org.springframework.boot.loader.tools that return LayoutModifier and TypeMethodDescriptionstatic Layout
Return a layout for the given source file.Return aLayout
for the specified source file.protected final Layout
Packager.getLayout()
Methods in org.springframework.boot.loader.tools with parameters of type Layout