Package org.eclnt.tool
Class TransferJEE9
java.lang.Object
org.eclnt.tool.TransferJEE9
Utilities in the area of "javax" => "jakarta" update of JEE-environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
transferCode
(String code) static String
transferCode
(String code, boolean withEnvironmentCheck) static void
transferCodeInJavaFilesOfDirectory
(String directoryName, boolean withDrillDown) Default method that is called during runtime.static void
transferCodeInJavaFilesOfDirectory
(String directoryName, boolean withDrillDown, boolean withEnvironmentCheck) static String
updateTLDFileName
(String tldFileName) JEE file name ends with ".tld", Jakarta ends with ".cctld"
-
Constructor Details
-
TransferJEE9
public TransferJEE9()
-
-
Method Details
-
updateTLDFileName
JEE file name ends with ".tld", Jakarta ends with ".cctld" -
transferCodeInJavaFilesOfDirectory
Default method that is called during runtime. -
transferCodeInJavaFilesOfDirectory
public static void transferCodeInJavaFilesOfDirectory(String directoryName, boolean withDrillDown, boolean withEnvironmentCheck) -
transferCode
-
transferCode
-