public interface MavenProjectConfig extends ProjectConfig
ProjectConfig
Modifier and Type | Field and Description |
---|---|
static String |
PRESERVE_TEMP_DIR
Standard attribute name for setting the preserve temp dir option.
|
static String |
PROJECT_DIR
Standard attribute name for setting the project base dir.
|
static String |
PROJECT_TEMP_DIR
Standard attribute name for setting the project temp dir.
|
Modifier and Type | Method and Description |
---|---|
default String |
getProjectDir()
Get the Project Base Dir
|
default String |
getProjectTempDir() |
default boolean |
recreateTempDir() |
static final String PROJECT_DIR
static final String PROJECT_TEMP_DIR
static final String PRESERVE_TEMP_DIR
default String getProjectDir()
default String getProjectTempDir()
default boolean recreateTempDir()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.