
org.openscm.kundo.strategy.KundoModuleStrategy Maven / Gradle / Ivy
The newest version!
//
// Generated stub from file:/buildfactory/kundo/hudson/jobs/Release-Kundo_Plug-ins/workspace/plugins/target/checkout/plugins/kundo-reactor-plugin/src/main/groovy/org/openscm/kundo/strategy/KundoModuleStrategy.groovy
//
package org.openscm.kundo.strategy;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import org.openscm.kundo.plugins.Module;
/**
* Kundo Module Strategy
*
* @author Ben Leedham
* @version 1.0.0
Description: The Kundo Module Strategy loads a list of modules based from the current project's recipe.groovy file.
The Kundo Module Strategy creates a list of modules based on the profile and modules section.
the recipe.groovy file generally exists in the project root although the location is configurable
via a custom build.xml file.
The targets specified on the command line will be propagated to each specified sub-module in the
active profile.
The default profile is always loaded, additional profiles can be loaded using the reactor.profiles property.
*/
public class KundoModuleStrategy
extends ModuleStrategy
{
private KundoModuleStrategy(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
super((java.lang.Object)null);
throw new InternalError("Stubbed method");
}
/**
* Constructor passes the ant instance in a call to super
*
* @param ant AntBuilder instance
*/
public KundoModuleStrategy(java.lang.Object ant) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
/**
* Concrete implementation of the ModuleStrategy.loadModules() method
*
* Loads a list of modules based upon the projects recipe.groovy file.
*/
public void loadModules(java.lang.Object buildContext, java.lang.Object childBuildFile, java.lang.Object childTarget, java.lang.Object inheritConfiguration, java.lang.Object profiles) {
throw new InternalError("Stubbed method");
}
/**
* Checks to see if deploy is enabled as to whether processing should occur later.
*
* @parm defaultTarget Target to be executed
* @return boolean true if deploy is enabled.
*/
public boolean isDeployEnabled(java.lang.Object defaultTarget) {
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