Uses of Class
org.apache.maven.shared.filtering.FilterWrapper
-
Uses of FilterWrapper in org.apache.maven.shared.filtering
Methods in org.apache.maven.shared.filtering that return types with arguments of type FilterWrapperModifier and TypeMethodDescriptionDefaultFilterInfo.getDefaultFilterWrappers(org.apache.maven.api.Project mavenProject, List<String> filters, boolean escapedBackslashesInFilePath, org.apache.maven.api.Session mavenSession, MavenResourcesExecution mavenResourcesExecution) DefaultFilterInfo.getDefaultFilterWrappers(AbstractMavenFilteringRequest request) MavenResourcesExecution.getFilterWrappers()Methods in org.apache.maven.shared.filtering with parameters of type FilterWrapperModifier and TypeMethodDescriptionvoidMavenResourcesExecution.addFilterWrapper(FilterWrapper filterWrapper) static voidFilteringUtils.copyFile(Path from, Path to, String encoding, FilterWrapper[] wrappers, boolean overwrite) If wrappers is null or empty, the file will be copy only if to.lastModified() < from.lastModified() or if overwrite is true.Method parameters in org.apache.maven.shared.filtering with type arguments of type FilterWrapperModifier and TypeMethodDescriptionvoidDefaultMavenFileFilter.copyFile(Path from, Path to, boolean filtering, List<FilterWrapper> filterWrappers, String encoding) voidMavenFileFilter.copyFile(Path from, Path to, boolean filtering, List<FilterWrapper> filterWrappers, String encoding) DefaultMavenReaderFilter.filter(Reader from, boolean filtering, List<FilterWrapper> filterWrappers) MavenReaderFilter.filter(Reader from, boolean filtering, List<FilterWrapper> filterWrappers) Provides a new reader that applies filtering using defaultFilterWrappers.voidMavenResourcesExecution.setFilterWrappers(List<FilterWrapper> filterWrappers)