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

org.openscm.kundo.plugins.AbstractCompileDelegate 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/AbstractCompileDelegate.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;

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

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

The abstract compile delegate is the base class for test and compile delegates. It holds the javac ant task wrapper and uses paths set by it's children to execute the task.

*/ abstract public class AbstractCompileDelegate extends AbstractPluginTargetDelegate { private java.lang.String debug = null; public java.lang.String getDebug() { throw new InternalError("Stubbed method"); } private AbstractCompileDelegate(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 AbstractCompileDelegate(AntBuilder ant, BuildContext buildContext) { this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null); throw new InternalError("Stubbed method"); } public void setDebug(java.lang.String debug) { throw new InternalError("Stubbed method"); } /** * Method that wraps the javac ant task * * @param includes files to include in the compilation * @param excludes files to exclude from compilation * @param srcDir location of Java source files to compile * @param outputDir location to store compiled class files * @param classpathRef ant reference of the classpath to use for compilation */ public void doCompile(java.lang.Object includes, java.lang.Object excludes, java.lang.Object srcDir, java.lang.Object outputDir, java.lang.Object classpathRef) { 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