Package io.joshworks.snappy.maven.tools
Class Layouts.None
- java.lang.Object
-
- io.joshworks.snappy.maven.tools.Layouts.Jar
-
- io.joshworks.snappy.maven.tools.Layouts.None
-
- All Implemented Interfaces:
Layout
- Enclosing class:
- Layouts
public static class Layouts.None extends Layouts.Jar
No layout.
-
-
Constructor Summary
Constructors Constructor Description None()
-
Method Summary
Modifier and Type Method Description java.lang.StringgetLauncherClassName()Returns the launcher class name for this layout.booleanisExecutable()Returns if loader classes should be included to make the archive executable.-
Methods inherited from class io.joshworks.snappy.maven.tools.Layouts.Jar
getClassesLocation, getLibraryDestination
-
-
-
-
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
-
isExecutable
public boolean isExecutable()
Description copied from interface:LayoutReturns if loader classes should be included to make the archive executable.- Specified by:
isExecutablein interfaceLayout- Overrides:
isExecutablein classLayouts.Jar- Returns:
- if the layout is executable
-
-