Uses of Interface
org.codehaus.mojo.jaxb2.shared.filters.Filter
Packages that use Filter
Package
Description
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
-
Uses of Filter in org.codehaus.mojo.jaxb2
Fields in org.codehaus.mojo.jaxb2 with type parameters of type FilterModifier and TypeFieldDescriptionAbstractJaxbMojo.STANDARD_EXCLUDE_FILTERSStandard excludes Filters for all Java generator Mojos. -
Uses of Filter in org.codehaus.mojo.jaxb2.javageneration
Fields in org.codehaus.mojo.jaxb2.javageneration with type parameters of type FilterModifier and TypeFieldDescriptionXjcMojo.STANDARD_SOURCE_EXCLUDE_FILTERSDefault exclude Filters for sources, used unless overridden by an explicit configuration in thexjcSourceExcludeFiltersparameter.TestXjcMojo.STANDARD_TEST_SOURCE_EXCLUDE_FILTERSDefault exclude Filters for test sources, used unless overridden by an explicit configuration in thetestSourceExcludeFiltersparameter.TestXjcMojo.STANDARD_TEST_XJB_EXCLUDE_FILTERSDefault List of exclude Filters for XJB files, unless overridden by providing an explicit configuration in thetestXjbExcludeFiltersparameter.XjcMojo.STANDARD_XJB_EXCLUDE_FILTERSDefault List of exclude Filters for XJB files, unless overridden by providing an explicit configuration in thexjbExcludeSuffixesparameter. -
Uses of Filter in org.codehaus.mojo.jaxb2.schemageneration
Fields in org.codehaus.mojo.jaxb2.schemageneration with type parameters of type FilterModifier and TypeFieldDescriptionAbstractXsdGeneratorMojo.CLASS_INCLUDE_FILTERSFilter list containing a PatternFileFilter including ".class" files.AbstractXsdGeneratorMojo.STANDARD_BYTECODE_EXCLUDE_FILTERSDefault exclude file name suffixes for testSources, used unless overridden by an explicit configuration in thetestSourceExcludeSuffixesparameter.SchemaGenerationMojo.STANDARD_SOURCE_EXCLUDE_FILTERSDefault exclude file name suffixes for sources, used unless overridden by an explicit configuration in thesourceExcludeSuffixesparameter.TestSchemaGenerationMojo.STANDARD_TEST_SOURCE_EXCLUDE_FILTERSDefault exclude file name suffixes for testSources, used unless overridden by an explicit configuration in thetestSchemaSourceExcludeFiltersparameter.