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_FILTERS
Standard 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_FILTERS
Default exclude Filters for sources, used unless overridden by an explicit configuration in thexjcSourceExcludeFilters
parameter.TestXjcMojo.STANDARD_TEST_SOURCE_EXCLUDE_FILTERS
Default exclude Filters for test sources, used unless overridden by an explicit configuration in thetestSourceExcludeFilters
parameter.TestXjcMojo.STANDARD_TEST_XJB_EXCLUDE_FILTERS
Default List of exclude Filters for XJB files, unless overridden by providing an explicit configuration in thetestXjbExcludeFilters
parameter.XjcMojo.STANDARD_XJB_EXCLUDE_FILTERS
Default List of exclude Filters for XJB files, unless overridden by providing an explicit configuration in thexjbExcludeSuffixes
parameter.TestXjcMojo.testSourceExcludeFilters
Parameter holding a List of Filters, used to match all files under thetestSources
directories which should not be considered XJC test source files.TestXjcMojo.testXjbExcludeFilters
Parameter holding a List of Filters, used to match all files under thetestXjbSources
directories which should not be considered XJB files.XjcMojo.xjbExcludeFilters
Parameter holding a List of Filters, used to match all files under thexjbSources
directories which should not be considered XJB files.XjcMojo.xjcSourceExcludeFilters
Parameter holding a List of Filters, used to match all files under thesources
directories which should not be considered XJC source files. -
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_FILTERS
Filter list containing a PatternFileFilter including ".class" files.SchemaGenerationMojo.schemaSourceExcludeFilters
Parameter holding a List of Filters, used to match all files under thesources
directories which should not be considered SchemaGenerator source files.AbstractXsdGeneratorMojo.STANDARD_BYTECODE_EXCLUDE_FILTERS
Default exclude file name suffixes for testSources, used unless overridden by an explicit configuration in thetestSourceExcludeSuffixes
parameter.SchemaGenerationMojo.STANDARD_SOURCE_EXCLUDE_FILTERS
Default exclude file name suffixes for sources, used unless overridden by an explicit configuration in thesourceExcludeSuffixes
parameter.TestSchemaGenerationMojo.STANDARD_TEST_SOURCE_EXCLUDE_FILTERS
Default exclude file name suffixes for testSources, used unless overridden by an explicit configuration in thetestSchemaSourceExcludeFilters
parameter.TestSchemaGenerationMojo.testSchemaSourceExcludeFilters
Parameter holding a List of Filters, used to match all files under thetestSources
directories which should not be considered SchemaGenerator testSource files.