Class BackportEnglish
- java.lang.Object
- 
- org.apache.tomcat.buildutil.translate.BackportBase
- 
- org.apache.tomcat.buildutil.translate.BackportEnglish
 
 
- 
 public class BackportEnglish extends BackportBase 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 org.apache.tomcat.buildutil.translate.BackportBasesourceEnglish, sourceTranslations, storageDir, targetEnglish, targetRoot, targetTranslations
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBackportEnglish(java.lang.String[] args)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute()static voidmain(java.lang.String... args)
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String... args) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
executeprotected void execute() throws java.io.IOException- Specified by:
- executein class- BackportBase
- Throws:
- java.io.IOException
 
 
- 
 
-