public class UserPropertiesBuilder extends PropertiesFileBuilder
Generates the final properties for the new JVM
| Modifier and Type | Field and Description |
|---|---|
static String |
MULE_TESTING_MODE |
static String |
MUNIT_RUNNER_SERVER_PORT |
static String |
USER_SYSTEM_PROPERTIES_FILE |
static String |
USER_SYSTEM_PROPERTIES_FILE_NAME |
log| Constructor and Description |
|---|
UserPropertiesBuilder(String propertiesFileFolderPath,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
build() |
protected String |
getFileName() |
protected String |
getFileProperty() |
UserPropertiesBuilder |
withDynamicPorts(List<String> dynamicPorts) |
UserPropertiesBuilder |
withSystemPropertyVariables(Map<String,String> systemPropertyVariables) |
UserPropertiesBuilder |
withUserProperties(Properties userProperties) |
savePropertiesFileIfRequiredpublic static final String MULE_TESTING_MODE
public static final String MUNIT_RUNNER_SERVER_PORT
public static final String USER_SYSTEM_PROPERTIES_FILE
public static final String USER_SYSTEM_PROPERTIES_FILE_NAME
public UserPropertiesBuilder(String propertiesFileFolderPath, org.apache.maven.plugin.logging.Log log)
public UserPropertiesBuilder withSystemPropertyVariables(Map<String,String> systemPropertyVariables)
public UserPropertiesBuilder withDynamicPorts(List<String> dynamicPorts)
public UserPropertiesBuilder withUserProperties(Properties userProperties)
protected String getFileProperty()
getFileProperty in class PropertiesFileBuilderprotected String getFileName()
getFileName in class PropertiesFileBuilderCopyright © 2017. All rights reserved.