Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model | |
org.apache.maven.model.v4 |
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. |
Modifier and Type | Method and Description |
---|---|
PatternSet |
PatternSet.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<PatternSet> |
PatternSet.patternSetToApiV4(List<PatternSet> list) |
Modifier and Type | Method and Description |
---|---|
static List<PatternSet> |
PatternSet.patternSetToApiV3(List<PatternSet> list) |
Constructor and Description |
---|
PatternSet(PatternSet delegate) |
PatternSet(PatternSet delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected PatternSet |
MavenMerger.mergePatternSet(PatternSet target,
PatternSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected PatternSet |
MavenTransformer.transformPatternSet(PatternSet target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<PatternSet> |
MavenMerger.getPatternSetKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergePatternSet_Excludes(PatternSet.Builder builder,
PatternSet target,
PatternSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePatternSet_Includes(PatternSet.Builder builder,
PatternSet target,
PatternSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePatternSet(PatternSet.Builder builder,
PatternSet target,
PatternSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected PatternSet |
MavenMerger.mergePatternSet(PatternSet target,
PatternSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformPatternSet_Excludes(PatternSet.Builder builder,
PatternSet target) |
protected void |
MavenTransformer.transformPatternSet_Includes(PatternSet.Builder builder,
PatternSet target) |
protected PatternSet |
MavenTransformer.transformPatternSet(PatternSet target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.