Package org.apache.tapestry5.test
Class TapestryRunnerConstants
-
- org.apache.tapestry5.test.TapestryRunnerConstants
-
public class TapestryRunnerConstants extends
- Since:
- 5.4
-
-
Field Summary
Fields Modifier and Type Field Description static
CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir").static
MODULE_BASE_DIR
MODULE_BASE_DIR_PATH
as a file.static
MODULE_BASE_DIR_PATH
The Surefire plugin sets basedir but DOES NOT change the current working directory.
-
Constructor Summary
Constructors Constructor Description TapestryRunnerConstants()
-
-
-
Field Detail
-
CURRENT_DIR_PATH
public static final CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir").
-
MODULE_BASE_DIR_PATH
public static final MODULE_BASE_DIR_PATH
The Surefire plugin sets basedir but DOES NOT change the current working directory. When building across modules, basedir changes for each module, but user.dir does not. This value should be used when referencing local files. Outside of surefire, the "basedir" property will not be set, and the current working directory will be the default.
-
MODULE_BASE_DIR
public static final MODULE_BASE_DIR
MODULE_BASE_DIR_PATH
as a file.
-
-
Constructor Detail
-
TapestryRunnerConstants
public TapestryRunnerConstants()
-
-