Uses of Class
org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Packages that use LifecycleConfiguration
- 
Uses of LifecycleConfiguration in org.apache.maven.plugin.lifecycleMethods in org.apache.maven.plugin.lifecycle that return LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleConfiguration.Builder.build()static LifecycleConfigurationLifecycleConfiguration.newInstance()Creates a new LifecycleConfiguration instance.static LifecycleConfigurationLifecycleConfiguration.newInstance(boolean withDefaults) Creates a new LifecycleConfiguration instance using default values or not.LifecycleConfiguration.withLifecycles(Collection<Lifecycle> lifecycles) Creates a new LifecycleConfiguration instance using the specified lifecycles.Methods in org.apache.maven.plugin.lifecycle with parameters of type LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleConfiguration.newBuilder(LifecycleConfiguration from) Creates a new LifecycleConfiguration builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder(LifecycleConfiguration from, boolean forceCopy) Creates a new LifecycleConfiguration builder instance using the specified object as a basis.
- 
Uses of LifecycleConfiguration in org.apache.maven.plugin.lifecycle.io.xpp3Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleMappingsXpp3Reader.read(InputStream in) Method read.LifecycleMappingsXpp3Reader.read(InputStream in, boolean strict) Method read.LifecycleMappingsXpp3Reader.read(XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type LifecycleConfigurationModifier and TypeMethodDescriptionvoidLifecycleMappingsXpp3Writer.write(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) Method write.voidLifecycleMappingsXpp3Writer.write(Writer writer, LifecycleConfiguration lifecycleConfiguration) Method write.