org.openscm.kundo.plugins.WarDelegate Maven / Gradle / Ivy
//
// Generated stub from file:/buildfactory/kundo/hudson/jobs/Release-Kundo_Plug-ins/workspace/plugins/target/checkout/plugins/kundo-war-plugin/src/main/groovy/org/openscm/kundo/plugins/WarDelegate.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 java.util.jar.JarOutputStream;
/**
* War Delegate
*
* @author Steve king
* @version 1.0.0
Description: A Delegate for the creation of project WAR files
The war delegate consumes data set by the kundo-project-plugin and uses each resource and src set.
Using project artifact info and properties from either the default plugin.properties or the project's
build.properties a war file will be created.
*/
public class WarDelegate
extends AbstractPluginTargetDelegate
{
private static final java.lang.Object WAR_SCOPES = null;
private java.lang.String webFolder = null;
private java.lang.String manifest = null;
private java.lang.String destinationFolder = null;
private java.lang.String ps = null;
private WarDelegate(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
super((AntBuilder)null, (BuildContext)null);
throw new InternalError("Stubbed method");
}
/**
* Constructor sets ant and buildContext instances in super class
*
* @param ant AntBuilder instance
* @param buildContext BuildContext instance
*/
public WarDelegate(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");
}
/**
* Setter method for member variable webFolder.
*
* @param webFolder String representation of the application's WEB-INF directory
*/
public void setWebFolder(java.lang.String webFolder) {
throw new InternalError("Stubbed method");
}
/**
* Setter method for member variable manifest.
*
* @param manifest String representation of optional manifest location
*/
public void setManifest(java.lang.String manifest) {
throw new InternalError("Stubbed method");
}
/**
* Setter method for member variable destinationFolder.
*
* @param destinationFolder String representation of war output directory
*/
public void setDestinationFolder(java.lang.String destinationFolder) {
throw new InternalError("Stubbed method");
}
/**
* Concrete implementation of the AbstractDelegate.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