Package io.joshworks.snappy.maven.tools
Class Layouts.Expanded
- java.lang.Object
-
- io.joshworks.snappy.maven.tools.Layouts.Jar
-
- io.joshworks.snappy.maven.tools.Layouts.Expanded
-
- All Implemented Interfaces:
Layout
- Enclosing class:
- Layouts
public static class Layouts.Expanded extends Layouts.Jar
Executable expanded archive layout.
-
-
Constructor Summary
Constructors Constructor Description Expanded()
-
Method Summary
Modifier and Type Method Description java.lang.StringgetLauncherClassName()Returns the launcher class name for this layout.-
Methods inherited from class io.joshworks.snappy.maven.tools.Layouts.Jar
getClassesLocation, getLibraryDestination, isExecutable
-
-
-
-
Method Detail
-
getLauncherClassName
public java.lang.String getLauncherClassName()
Description copied from interface:LayoutReturns the launcher class name for this layout.- Specified by:
getLauncherClassNamein interfaceLayout- Overrides:
getLauncherClassNamein classLayouts.Jar- Returns:
- the launcher class name
-
-