All Downloads are FREE. Search and download functionalities are using the official Maven repository.

npanday.lifecycle.LifecyclePrinter Maven / Gradle / Ivy

The newest version!
//
// Generated stub from file:/D:/NPANDAY-COMMUNITY/release/target/checkout/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.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;

/**
 * Prints the a lifecycle map to a given printer closure.
 *
 * @author Lars Corneliussen
 */
public class LifecyclePrinter
    extends java.lang.Object
    implements groovy.lang.GroovyObject
{
    static public void printAll(Class lifecycleMap, java.lang.String npandayVersion, Closure printLine) {
        throw new InternalError("Stubbed method");
    }

    public void print(List lifecycleMappings, Closure printLine) {
        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