Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractI18nMojo - Class in org.tentackle.maven.plugin.i18n
-
Base class for i18n mojos.
- AbstractI18nMojo() - Constructor for class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
- AbstractVerifyMojo - Class in org.tentackle.maven.plugin.i18n
-
Base class for the "verify"- and "cleanup"-mojos.
- AbstractVerifyMojo() - Constructor for class org.tentackle.maven.plugin.i18n.AbstractVerifyMojo
B
- bundleCount - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Bundle bundleCount.
C
- CleanupMojo - Class in org.tentackle.maven.plugin.i18n
-
Removes obsolete bundles and keys.
Does nothing if there are errors or warnings to make sure that there are no pending refactorings to be resolved by theBundleMonkey
tool. - CleanupMojo() - Constructor for class org.tentackle.maven.plugin.i18n.CleanupMojo
- context - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
The domain context to access the stored bundles.
E
- entrySet() - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
- errors - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Error bundleCount.
- execute() - Method in class org.tentackle.tentackle_i18n_maven_plugin.HelpMojo
- executeImpl() - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
G
- getDomainContext() - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
H
- HelpMojo - Class in org.tentackle.tentackle_i18n_maven_plugin
-
Display help information on tentackle-i18n-maven-plugin.
Callmvn tentackle-i18n:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.tentackle.tentackle_i18n_maven_plugin.HelpMojo
K
- keys() - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
- keySet() - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
L
- loadProperties(File) - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Loads resource properties from the filesystem.
- loadProperties(ClassLoader, String) - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Loads resource properties via classloader.
- locales - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Additional locales except the default one.
- localeSuffixes - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Additional locale suffixes to scan for property files.
Without leading underscore.
O
- OrderedProperties - Class in org.tentackle.maven.plugin.i18n
-
Properties that keep the loading order.
Improves readability of changes via VCS.
Minimal implementation, sufficient only for load/store. - OrderedProperties() - Constructor for class org.tentackle.maven.plugin.i18n.OrderedProperties
- org.tentackle.maven.plugin.i18n - package org.tentackle.maven.plugin.i18n
-
Tentackle localization tools maven plugin.
- org.tentackle.tentackle_i18n_maven_plugin - package org.tentackle.tentackle_i18n_maven_plugin
- override - Variable in class org.tentackle.maven.plugin.i18n.PushMojo
-
Override database values.
Default is to leave existing translations unchanged and add only new ones.
P
- password - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
The backend password.
- prepareExecute() - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
- processBundle(ClassLoader, String, String, String) - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Process the given bundle resource name.
The resource name must not start with a leading slash because this method directly uses the classloader's getResourceAsStream method. - processBundle(ClassLoader, String, String, String) - Method in class org.tentackle.maven.plugin.i18n.AbstractVerifyMojo
- processBundle(ClassLoader, String, String, String) - Method in class org.tentackle.maven.plugin.i18n.PullMojo
- processBundle(ClassLoader, String, String, String) - Method in class org.tentackle.maven.plugin.i18n.PushMojo
- processBundles(Session, List<MavenProject>) - Method in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Process the bundles.
- processBundles(Session, List<MavenProject>) - Method in class org.tentackle.maven.plugin.i18n.AbstractVerifyMojo
- processBundles(Session, List<MavenProject>) - Method in class org.tentackle.maven.plugin.i18n.CleanupMojo
- processBundles(Session, List<MavenProject>) - Method in class org.tentackle.maven.plugin.i18n.VerifyMojo
- PullMojo - Class in org.tentackle.maven.plugin.i18n
-
Pulls resource bundles from the database backend.
If the database contents differ from the resource bundle property files, the property files will be updated. - PullMojo() - Constructor for class org.tentackle.maven.plugin.i18n.PullMojo
- PushMojo - Class in org.tentackle.maven.plugin.i18n
-
Pushes resource bundles to the database backend.
Existing translations are left unchanged. - PushMojo() - Constructor for class org.tentackle.maven.plugin.i18n.PushMojo
- put(Object, Object) - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
- putAll(Map<?, ?>) - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
R
- remove(Object) - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
T
- toString() - Method in class org.tentackle.maven.plugin.i18n.OrderedProperties
U
- updates - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Number of updated translations.
- url - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
The backend URL.
- user - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
The backend username.
V
- validate() - Method in class org.tentackle.maven.plugin.i18n.AbstractVerifyMojo
- validate() - Method in class org.tentackle.maven.plugin.i18n.PullMojo
- VerifyMojo - Class in org.tentackle.maven.plugin.i18n
-
Verifies the bundles stored in the backend against the property resource bundles of the application.
The mojo fails if missing translations in the database would raise aMissingResourceException
.
Notice: the application's resource bundles are verified via thetentackle-check-maven-plugin
during the build process. - VerifyMojo() - Constructor for class org.tentackle.maven.plugin.i18n.VerifyMojo
W
- warnings - Variable in class org.tentackle.maven.plugin.i18n.AbstractI18nMojo
-
Warning bundleCount.
All Classes and Interfaces|All Packages|Serialized Form