public class SpringBootLayoutImpl extends Object implements SpringBootLayout
SpringBootLayout interface| Modifier and Type | Field and Description |
|---|---|
static String |
JAR_LAUNCHER_CLASSNAME |
static String |
WAR_LAUNCHER_CLASSNAME |
| Constructor and Description |
|---|
SpringBootLayoutImpl(String launcherClassName,
String bootInfPath,
String webInfPath,
String librariesPath,
String classesPath) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.ArchivePath |
getBootInfPath() |
org.jboss.shrinkwrap.api.ArchivePath |
getClassesPath() |
String |
getLauncherClassName() |
org.jboss.shrinkwrap.api.ArchivePath |
getLibrariesPath() |
org.jboss.shrinkwrap.api.ArchivePath |
getWebInfPath() |
org.jboss.shrinkwrap.api.ArchivePath |
getWebPath() |
public static final String JAR_LAUNCHER_CLASSNAME
public static final String WAR_LAUNCHER_CLASSNAME
public String getLauncherClassName()
getLauncherClassName in interface SpringBootLayoutpublic org.jboss.shrinkwrap.api.ArchivePath getBootInfPath()
getBootInfPath in interface SpringBootLayoutpublic org.jboss.shrinkwrap.api.ArchivePath getWebInfPath()
getWebInfPath in interface SpringBootLayoutpublic org.jboss.shrinkwrap.api.ArchivePath getLibrariesPath()
getLibrariesPath in interface SpringBootLayoutpublic org.jboss.shrinkwrap.api.ArchivePath getClassesPath()
getClassesPath in interface SpringBootLayoutpublic org.jboss.shrinkwrap.api.ArchivePath getWebPath()
getWebPath in interface SpringBootLayoutCopyright © 2017 JBoss by Red Hat. All rights reserved.