Index
All Classes and Interfaces|All Packages
A
- AbstractCheckMojo - Class in org.tentackle.maven.plugin.check
-
Base class for test mojos.
- AbstractCheckMojo() - Constructor for class org.tentackle.maven.plugin.check.AbstractCheckMojo
B
- BundleKey - Class in org.tentackle.maven.plugin.check
-
Bundle key.
- BundleKey(String, String, String) - Constructor for class org.tentackle.maven.plugin.check.BundleKey
-
Creates a bundle key.
- bundleLocales - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
Locales to check against bundles.
C
- CheckBundlesMojo - Class in org.tentackle.maven.plugin.check
-
Verifies all bundle getString() invocations.
- CheckBundlesMojo() - Constructor for class org.tentackle.maven.plugin.check.CheckBundlesMojo
-
Creates a mojo.
- CheckBundlesProcessor - Class in org.tentackle.maven.plugin.check
-
Bundle checker processor.
- CheckBundlesProcessor(CheckBundlesScanner) - Constructor for class org.tentackle.maven.plugin.check.CheckBundlesProcessor
- CheckBundlesScanner - Class in org.tentackle.maven.plugin.check
-
Tree path scanner for bundle getString() method invocations.
- CheckBundlesScanner() - Constructor for class org.tentackle.maven.plugin.check.CheckBundlesScanner
- CheckValidationsMojo - Class in org.tentackle.maven.plugin.check
-
Verifies all annotation-based validations.
Scans for validator annotations (annotated with @Validation), creates the validators and their compound values for the annotation's value, message and condition. - CheckValidationsMojo() - Constructor for class org.tentackle.maven.plugin.check.CheckValidationsMojo
-
Creates a mojo.
- CheckValidationsProcessor - Class in org.tentackle.maven.plugin.check
-
Validations checker processor.
- CheckValidationsProcessor() - Constructor for class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Creates the processor.
- CheckValidationsProcessor.ValidatorEntry - Record Class in org.tentackle.maven.plugin.check
-
Validator entry.
Hold the validator and the class where the annotation was found. - className() - Method in record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Returns the value of the
className
record component. - classpathElements - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
Project classpath.
E
- equals(Object) - Method in record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Indicates whether some other object is "equal to" this one.
- execute() - Method in class org.tentackle.tentackle_check_maven_plugin.HelpMojo
F
- finishExecute() - Method in class org.tentackle.maven.plugin.check.CheckBundlesMojo
- finishExecute() - Method in class org.tentackle.maven.plugin.check.CheckValidationsMojo
G
- getBundleKeys() - Method in class org.tentackle.maven.plugin.check.CheckBundlesScanner
-
Gets the collected bundle keys.
- getBundleName() - Method in class org.tentackle.maven.plugin.check.BundleKey
- getErrors() - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Gets the error count.
- getKey() - Method in class org.tentackle.maven.plugin.check.BundleKey
-
Gets the bundle key.
- getName() - Method in class org.tentackle.maven.plugin.check.BundleKey
-
Gets the classname of the bundle.
- getPath() - Method in class org.tentackle.maven.plugin.check.BundleKey
-
Gets the java class containing the method invocation.
- getProcessingClassLoader() - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Gets the classloader to be used instead of the default.
- getValidators() - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Gets the validators found.
H
- hashCode() - Method in record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Returns a hash code value for this object.
- HelpMojo - Class in org.tentackle.tentackle_check_maven_plugin
-
Display help information on tentackle-check-maven-plugin.
Callmvn tentackle-check:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.tentackle.tentackle_check_maven_plugin.HelpMojo
I
- init(ProcessingEnvironment) - Method in class org.tentackle.maven.plugin.check.CheckBundlesProcessor
- initializeProcessor(AbstractTentackleProcessor, File) - Method in class org.tentackle.maven.plugin.check.CheckValidationsMojo
L
- locales - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
The locales to check the bundles against.
Defaults to the current locale.
The fallback locale should come first.
O
- org.tentackle.maven.plugin.check - package org.tentackle.maven.plugin.check
-
Tentackle application testing maven plugin.
- org.tentackle.tentackle_check_maven_plugin - package org.tentackle.tentackle_check_maven_plugin
P
- prepareExecute() - Method in class org.tentackle.maven.plugin.check.AbstractCheckMojo
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.maven.plugin.check.CheckBundlesProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
- processAnnotation(TypeElement, AnnotationMirror, RoundEnvironment) - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Processes the annotation.
S
- scriptingLanguage - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
Sets the default scripting language to be used in validators.
- setProcessingClassLoader(ClassLoader) - Method in class org.tentackle.maven.plugin.check.CheckValidationsProcessor
-
Sets the classloader to be used instead of the default.
- skipTests - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
True whether to skip this test.
- sourceDir - Variable in class org.tentackle.maven.plugin.check.AbstractCheckMojo
-
Directory holding the sources to be processed.
Defaults to all java sources of the current project.
T
- toString() - Method in class org.tentackle.maven.plugin.check.BundleKey
- toString() - Method in record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Returns a string representation of this record class.
V
- validate() - Method in class org.tentackle.maven.plugin.check.AbstractCheckMojo
- validator() - Method in record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Returns the value of the
validator
record component. - ValidatorEntry(Validator, String) - Constructor for record class org.tentackle.maven.plugin.check.CheckValidationsProcessor.ValidatorEntry
-
Creates an instance of a
ValidatorEntry
record class. - visitMethodInvocation(MethodInvocationTree, Trees) - Method in class org.tentackle.maven.plugin.check.CheckBundlesScanner
All Classes and Interfaces|All Packages