Uses of Class
org.apache.maven.shared.filtering.Resource
-
Uses of Resource in org.apache.maven.shared.filtering
Methods in org.apache.maven.shared.filtering that return types with arguments of type ResourceMethod parameters in org.apache.maven.shared.filtering with type arguments of type ResourceModifier and TypeMethodDescriptionvoidMavenResourcesExecution.setResources(List<? extends Resource> resources) Constructor parameters in org.apache.maven.shared.filtering with type arguments of type ResourceModifierConstructorDescriptionMavenResourcesExecution(List<? extends Resource> resources, Path outputDirectory, String encoding, List<FilterWrapper> filterWrappers, Path resourcesBaseDirectory, List<String> nonFilteredFileExtensions) MavenResourcesExecution(List<? extends Resource> resources, Path outputDirectory, org.apache.maven.api.Project mavenProject, String encoding, List<String> fileFilters, List<String> nonFilteredFileExtensions, org.apache.maven.api.Session mavenSession) As we use a Maven projectuseDefaultFilterWrapperswill be set totrue.