Package org.jboss.migration.cli
Interface EnvironmentProperties
-
public interface EnvironmentPropertiesThe CLI environment properties.- Author:
- emmartins.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_DIRThe base dir of the tool.static StringREPORT_HTML_FILE_NAMEThe html migration report file name.static StringREPORT_HTML_TEMPLATE_FILE_NAMEThe html migration report template file name.static StringREPORT_XML_FILE_NAMEThe xml migration report file name.
-
-
-
Field Detail
-
BASE_DIR
static final String BASE_DIR
The base dir of the tool.- See Also:
- Constant Field Values
-
REPORT_XML_FILE_NAME
static final String REPORT_XML_FILE_NAME
The xml migration report file name.- See Also:
- Constant Field Values
-
REPORT_HTML_FILE_NAME
static final String REPORT_HTML_FILE_NAME
The html migration report file name.- See Also:
- Constant Field Values
-
REPORT_HTML_TEMPLATE_FILE_NAME
static final String REPORT_HTML_TEMPLATE_FILE_NAME
The html migration report template file name.- See Also:
- Constant Field Values
-
-