Uses of Interface
io.joshworks.snappy.maven.tools.Layout
-
Packages that use Layout Package Description io.joshworks.snappy.maven io.joshworks.snappy.maven.tools Tools for generating executable JAR/WAR files. -
-
Uses of Layout in io.joshworks.snappy.maven
Methods in io.joshworks.snappy.maven that return Layout Modifier and Type Method Description LayoutRepackageMojo.LayoutType. layout() -
Uses of Layout in io.joshworks.snappy.maven.tools
Classes in io.joshworks.snappy.maven.tools that implement Layout Modifier and Type Class Description static classLayouts.ExpandedExecutable expanded archive layout.static classLayouts.JarExecutable JAR layout.static classLayouts.ModuleModule layout (designed to be used as a "plug-in").static classLayouts.NoneNo layout.static classLayouts.WarExecutable WAR layout.Methods in io.joshworks.snappy.maven.tools that return Layout Modifier and Type Method Description static LayoutLayouts. forFile(java.io.File file)Return a layout for the given source file.Methods in io.joshworks.snappy.maven.tools with parameters of type Layout Modifier and Type Method Description voidRepackager. setLayout(Layout layout)Sets the layout to use for the jar.
-