Class BackportEnglish
java.lang.Object
org.apache.tomcat.buildutil.translate.BackportBase
org.apache.tomcat.buildutil.translate.BackportEnglish
Generates a set of English property files to back-port updates to a previous version. Where a key exists in the
source and target versions the value is copied from the source to the target, overwriting the value in the target.
The expectation is that the changes will be manually reviewed before committing them.
-
Field Summary
Fields inherited from class BackportBase
sourceEnglish, sourceTranslations, storageDir, targetEnglish, targetRoot, targetTranslations -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBackportEnglish(String[] args) Constructs a BackportEnglish instance. -
Method Summary
-
Constructor Details
-
BackportEnglish
Constructs a BackportEnglish instance.- Parameters:
args- command line arguments; a single argument specifying the target directory- Throws:
IOException- if an I/O error occurs
-
-
Method Details
-
main
Entry point for the English back-port tool.- Parameters:
args- command line arguments; a single argument specifying the target directory- Throws:
IOException- if an I/O error occurs
-
execute
Description copied from class:BackportBaseExecutes the back-port operation.- Specified by:
executein classBackportBase- Throws:
IOException- if an I/O error occurs
-