Package | Description |
---|---|
org.apache.maven.plugin.lifecycle | |
org.apache.maven.plugin.lifecycle.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
LifecycleConfiguration |
LifecycleConfiguration.Builder.build() |
static LifecycleConfiguration |
LifecycleConfiguration.newInstance()
Creates a new LifecycleConfiguration instance.
|
static LifecycleConfiguration |
LifecycleConfiguration.newInstance(boolean withDefaults)
Creates a new LifecycleConfiguration instance using default values or not.
|
LifecycleConfiguration |
LifecycleConfiguration.withLifecycles(Collection<Lifecycle> lifecycles)
Creates a new LifecycleConfiguration instance using the specified lifecycles.
|
Modifier and Type | Method and Description |
---|---|
static LifecycleConfiguration.Builder |
LifecycleConfiguration.newBuilder(LifecycleConfiguration from)
Creates a new LifecycleConfiguration builder instance using the specified object as a basis.
|
static LifecycleConfiguration.Builder |
LifecycleConfiguration.newBuilder(LifecycleConfiguration from,
boolean forceCopy)
Creates a new LifecycleConfiguration builder instance using the specified object as a basis.
|
Modifier and Type | Method and Description |
---|---|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(InputStream in)
Method read.
|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(Reader reader) |
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(Reader reader,
boolean strict) |
LifecycleConfiguration |
LifecycleMappingsXpp3Reader.read(XmlPullParser parser,
boolean strict)
Method read.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingsXpp3Writer.write(OutputStream stream,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|
void |
LifecycleMappingsXpp3Writer.write(Writer writer,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.