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 |
Resource
This element describes all of the classpath resources associated with a project
or unit tests.
|
Modifier and Type | Method and Description |
---|---|
FileSet |
FileSet.Builder.build() |
static FileSet |
FileSet.newInstance()
Creates a new
FileSet instance. |
static FileSet |
FileSet.newInstance(boolean withDefaults)
Creates a new
FileSet instance using default values or not. |
FileSet |
FileSet.withDirectory(String directory)
Creates a new
FileSet instance using the specified directory. |
FileSet |
FileSet.withExcludes(Collection<String> excludes)
Creates a new
FileSet instance using the specified excludes. |
FileSet |
FileSet.withIncludes(Collection<String> includes)
Creates a new
FileSet instance using the specified includes. |
Modifier and Type | Method and Description |
---|---|
static FileSet.Builder |
FileSet.newBuilder(FileSet from)
Creates a new
FileSet builder instance using the specified object as a basis. |
static FileSet.Builder |
FileSet.newBuilder(FileSet from,
boolean forceCopy)
Creates a new
FileSet builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
FileSet |
FileSet.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<FileSet> |
FileSet.fileSetToApiV4(List<FileSet> list) |
Modifier and Type | Method and Description |
---|---|
static List<FileSet> |
FileSet.fileSetToApiV3(List<FileSet> list) |
Constructor and Description |
---|
FileSet(FileSet delegate) |
FileSet(FileSet delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected FileSet |
MavenMerger.mergeFileSet(FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected FileSet |
MavenTransformer.transformFileSet(FileSet target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<FileSet> |
MavenMerger.getFileSetKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeFileSet_Directory(FileSet.Builder builder,
FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeFileSet_Excludes(FileSet.Builder builder,
FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeFileSet_Includes(FileSet.Builder builder,
FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeFileSet(FileSet.Builder builder,
FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected FileSet |
MavenMerger.mergeFileSet(FileSet target,
FileSet source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformFileSet_Directory(FileSet.Builder builder,
FileSet target) |
protected void |
MavenTransformer.transformFileSet_Excludes(FileSet.Builder builder,
FileSet target) |
protected void |
MavenTransformer.transformFileSet_Includes(FileSet.Builder builder,
FileSet target) |
protected FileSet |
MavenTransformer.transformFileSet(FileSet target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.