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.TestXjcMojo.testSourceExcludeFiltersParameter holding a List of Filters, used to match all files under thetestSourcesdirectories which should not be considered XJC test source files.TestXjcMojo.testXjbExcludeFiltersParameter holding a List of Filters, used to match all files under thetestXjbSourcesdirectories which should not be considered XJB files.XjcMojo.xjbExcludeFiltersParameter holding a List of Filters, used to match all files under thexjbSourcesdirectories which should not be considered XJB files.XjcMojo.xjcSourceExcludeFiltersParameter holding a List of Filters, used to match all files under thesourcesdirectories 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_FILTERSFilter list containing a PatternFileFilter including ".class" files.SchemaGenerationMojo.schemaSourceExcludeFiltersParameter holding a List of Filters, used to match all files under thesourcesdirectories which should not be considered SchemaGenerator source 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.TestSchemaGenerationMojo.testSchemaSourceExcludeFiltersParameter holding a List of Filters, used to match all files under thetestSourcesdirectories which should not be considered SchemaGenerator testSource files.