Modifier and Type | Class and Description |
---|---|
class |
FileSet
A PatternSet for files.
|
class |
Resource
This element describes all of the classpath resources associated with a project
or unit tests.
|
Modifier and Type | Method and Description |
---|---|
PatternSet |
PatternSet.Builder.build() |
static PatternSet |
PatternSet.newInstance()
Creates a new
PatternSet instance. |
static PatternSet |
PatternSet.newInstance(boolean withDefaults)
Creates a new
PatternSet instance using default values or not. |
PatternSet |
PatternSet.withExcludes(Collection<String> excludes)
Creates a new
PatternSet instance using the specified excludes. |
PatternSet |
PatternSet.withIncludes(Collection<String> includes)
Creates a new
PatternSet instance using the specified includes. |
Modifier and Type | Method and Description |
---|---|
static PatternSet.Builder |
PatternSet.newBuilder(PatternSet from)
Creates a new
PatternSet builder instance using the specified object as a basis. |
static PatternSet.Builder |
PatternSet.newBuilder(PatternSet from,
boolean forceCopy)
Creates a new
PatternSet builder instance using the specified object as a basis. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.