public class GradleFileSystemLayout extends FileSystemLayout
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUILD |
protected static String |
CLASSES |
protected static String |
MAIN |
protected static String |
RESOURCES |
protected static String |
SRC |
protected static String |
WEBAPP |
MAVEN_CMD_LINE_ARGS, TYPE_JAR, TYPE_WAR| Modifier and Type | Method and Description |
|---|---|
String |
determinePackagingType() |
Path |
getRootPath() |
Path |
resolveBuildClassesDir() |
Path |
resolveBuildResourcesDir() |
Path |
resolveSrcWebAppDir() |
archiveNameForClassesDir, create, create, resolveMavenBuildFileNameprotected static final String BUILD
protected static final String CLASSES
protected static final String MAIN
protected static final String RESOURCES
protected static final String SRC
protected static final String WEBAPP
public String determinePackagingType()
determinePackagingType in class FileSystemLayoutpublic Path resolveBuildClassesDir()
resolveBuildClassesDir in class FileSystemLayoutpublic Path resolveBuildResourcesDir()
resolveBuildResourcesDir in class FileSystemLayoutpublic Path resolveSrcWebAppDir()
resolveSrcWebAppDir in class FileSystemLayoutpublic Path getRootPath()
getRootPath in class FileSystemLayoutCopyright © 2018 JBoss by Red Hat. All rights reserved.