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

org.openscm.kundo.plugins.TestCompileDelegate Maven / Gradle / Ivy

The newest version!
//
// Generated stub from file:/buildfactory/kundo/hudson/jobs/Release-Kundo_Plug-ins/workspace/plugins/target/checkout/plugins/kundo-compile-plugin/src/main/groovy/org/openscm/kundo/plugins/TestCompileDelegate.groovy
//

package org.openscm.kundo.plugins;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import org.openscm.kundo.plugins.context.BuildContext;
import org.openscm.kundo.common.logging.SimpleLogger;

/**
 * Test Compile Delegate
 *
 * @author Ben Leedham
 * @version 1.0.0

Description: Delegate to compile java test files using paths from the
kundo-dependency-management-plugin and the javac ant task

The test compile delegate consumes source paths set by the kundo-project-plugin and dependency paths set up by the kundo-dependency-management-plugin, it also uses the compile.classpath set by the CompileDelegate to compile Java test classes using the javac ant task.

*/ public class TestCompileDelegate extends AbstractCompileDelegate { private java.lang.Object log = null; private java.lang.Object ps = null; private TestCompileDelegate(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) { super((AntBuilder)null, (BuildContext)null); throw new InternalError("Stubbed method"); } /** * Constructor * * @param ant AntBuilder instance * @param buildContext BuildContext instance */ public TestCompileDelegate(AntBuilder ant, BuildContext buildContext) { this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null); throw new InternalError("Stubbed method"); } /** * Implementation of abstract method from AbstractPluginTargetDelegate * to hold assertions that all global and local properties are available to the plugin. * This method is automatically called prior to execution. */ public void doCheck() { throw new InternalError("Stubbed method"); } /** * Concrete implementation of the AbstractPluginTargetDelegate.execute() method */ public void doExecute() { 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 - 2025 Weber Informatics LLC | Privacy Policy