Class TestingPropertyHelper
-
- All Implemented Interfaces:
public class TestingPropertyHelper- Since:
2024-01-23
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKEY_WINGS_ROOTDIRpublic final static StringENV_WINGS_ROOTDIRpublic StringwingsRootdir
-
Constructor Summary
Constructors Constructor Description TestingPropertyHelper()
-
Method Summary
Modifier and Type Method Description StringgetWingsRootdir()voidsetWingsRootdir(String wingsRootdir)PathmodulePath(String root, String path)get existed module dir/file -
-
Method Detail
-
getWingsRootdir
String getWingsRootdir()
-
setWingsRootdir
@Value(value = "${" + KEY_WINGS_ROOTDIR + "}") void setWingsRootdir(String wingsRootdir)
-
modulePath
@Nullable() Path modulePath(String root, String path)
get existed module dir/file
- Parameters:
root- module rootpath- module path- Returns:
null if not exists
-
-
-
-