001    //
002    // Generated stub from file:/builddir/build/BUILD/gmaven-1.3/gmaven-mojo-support/src/main/groovy/org/codehaus/gmaven/mojo/support/ShellExecutor.groovy
003    //
004    
005    package org.codehaus.gmaven.mojo.support;
006    
007    import java.lang.*;
008    import java.io.*;
009    import java.net.*;
010    import java.util.*;
011    import groovy.lang.*;
012    import groovy.util.*;
013    import java.math.BigDecimal;
014    import java.math.BigInteger;
015    
016    /**
017     * Helper to execute shell (/bin/sh) scripts.
018     *
019     * @version $Id: ShellExecutor.groovy 11 2009-07-16 09:25:38Z user57 $
020     * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
021     */
022    public class ShellExecutor
023        extends java.lang.Object
024        implements groovy.lang.GroovyObject
025    {
026        private GroovyLog log = null;
027    
028        private AntBuilder ant = null;
029    
030        private List body = null;
031    
032        private boolean failOnError = false;
033        public boolean getFailOnError() {
034            throw new InternalError("Stubbed method");
035        }
036        public boolean isFailOnError() {
037            throw new InternalError("Stubbed method");
038        }
039        public void setFailOnError(boolean value) {
040            throw new InternalError("Stubbed method");
041        }
042    
043        /**
044         * Magic constructor
045         */
046        private ShellExecutor(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
047            throw new InternalError("Stubbed method");
048        }
049    
050        public ShellExecutor(java.lang.String script) {
051            this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
052            throw new InternalError("Stubbed method");
053        }
054    
055        public ShellExecutor() {
056            this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
057            throw new InternalError("Stubbed method");
058        }
059    
060        public java.lang.Object leftShift(java.lang.String text) {
061            throw new InternalError("Stubbed method");
062        }
063    
064        public java.lang.Object execute(List args) {
065            throw new InternalError("Stubbed method");
066        }
067    
068        public java.lang.Object execute() {
069            throw new InternalError("Stubbed method");
070        }
071    
072        static public java.lang.Object execute(java.lang.String script, List args) {
073            throw new InternalError("Stubbed method");
074        }
075    
076        static public java.lang.Object execute(java.lang.String script) {
077            throw new InternalError("Stubbed method");
078        }
079    
080        public groovy.lang.MetaClass getMetaClass() {
081            throw new InternalError("Stubbed method");
082        }
083    
084        public void setMetaClass(groovy.lang.MetaClass metaClass) {
085            throw new InternalError("Stubbed method");
086        }
087    
088        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
089            throw new InternalError("Stubbed method");
090        }
091    
092        public java.lang.Object getProperty(java.lang.String name) {
093            throw new InternalError("Stubbed method");
094        }
095    
096        public void setProperty(java.lang.String name, java.lang.Object value) {
097            throw new InternalError("Stubbed method");
098        }
099    }