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

org.openscm.kundo.plugins.Module 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/plugins/Module.groovy
//

package org.openscm.kundo.plugins;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

/**
 * Module
 *
 * @author Nigel Garner
 * @version 1.0.0

Description: Bean representation of the sub-modules to be processed as part of the build.

The Module is a simple bean is a bean representation of the sub-module to be built.

*/ public class Module extends java.lang.Object { /** * Name of the module. * */ private java.lang.String name = null; /** * Module build file including directory. * */ private java.lang.String buildFile = null; /** * Module build directory. * */ private java.lang.String dir = null; /** * Ant target to be executed. * */ private java.lang.String target = null; /** * Whether the module build should inherit from the parent. * */ private java.lang.String inheritConfiguration = null; 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