npanday.lifecycle.LifecycleConfigurationGenerator Maven / Gradle / Ivy
The newest version!
//
// Generated stub from file:/D:/NPANDAY-COMMUNITY/release/target/checkout/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy
//
package npanday.lifecycle;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import npanday.ArtifactType;
/**
* Generates a component.xml that configures Plexus components
* for both types and lifecycle mappings.
*
* @author Lars Corneliussen
*/
public class LifecycleConfigurationGenerator
extends java.lang.Object
implements groovy.lang.GroovyObject
{
private java.lang.String currentXml = null;
public java.lang.String getCurrentXml() {
throw new InternalError("Stubbed method");
}
public void setCurrentXml(java.lang.String value) {
throw new InternalError("Stubbed method");
}
/**
* Magic constructor
*/
private LifecycleConfigurationGenerator(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
throw new InternalError("Stubbed method");
}
public LifecycleConfigurationGenerator() {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
public LifecycleConfigurationGenerator(java.lang.String xml) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
public void saveTo(File file) {
throw new InternalError("Stubbed method");
}
public void configureAllTypes() {
throw new InternalError("Stubbed method");
}
public void configureTypes(List types) {
throw new InternalError("Stubbed method");
}
public void configureMappings(List lifecycleMappings) {
throw new InternalError("Stubbed method");
}
public void appendComponents(Closure additionalComponents) {
throw new InternalError("Stubbed method");
}
static public void persistAllTypesAndLifecycles(Class lifecycleMap, java.lang.String npandayVersion, File componentsXmlFile) {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy