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 StringtransferCode(String code) static StringtransferCode(String code, boolean withEnvironmentCheck) static voidtransferCodeInJavaFilesOfDirectory(String directoryName, boolean withDrillDown) Default method that is called during runtime.static voidtransferCodeInJavaFilesOfDirectory(String directoryName, boolean withDrillDown, boolean withEnvironmentCheck) static StringupdateTLDFileName(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
-