All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.jacoco.properties Maven / Gradle / Ivy

category.JaCoCo.help=

Wildcards

\

Following rules are applied:

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*Match zero or more characters
?Match a single character
/Package names separator
\

Examples:

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
FilterDescriptionMatches
*/mycompany/*Match all java classes located in a 'mycompany' package\
    \
  • com/mycompany/MyClass
  • \
  • org/mycompany/subpackage/AnotherClass
  • \
\
*bean*Match all java classes having the 'bean' string in their logical path\
    \
  • com/mycompany/bean/MyClass
  • \
  • org/mycompany/MybeanClass
  • \
\




© 2015 - 2024 Weber Informatics LLC | Privacy Policy