Package org.apache.tapestry5.test
Class TapestryRunnerConstants
- java.lang.Object
-
- org.apache.tapestry5.test.TapestryRunnerConstants
-
public class TapestryRunnerConstants extends Object
- Since:
- 5.4
-
-
Field Summary
Fields Modifier and Type Field Description static String
CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir").static File
MODULE_BASE_DIR
MODULE_BASE_DIR_PATH
as a file.static String
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 String CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir").
-
MODULE_BASE_DIR_PATH
public static final String 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 File MODULE_BASE_DIR
MODULE_BASE_DIR_PATH
as a file.
-
-
Constructor Detail
-
TapestryRunnerConstants
public TapestryRunnerConstants()
-
-