001    //
002    // Generated stub from file:/builddir/build/BUILD/gmaven-1.3/gmaven-mojo-support/src/main/groovy/org/codehaus/gmaven/mojo/support/ProcessLauncher.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 a process and perform some verification logic to determine if the process is up or not.
018     *
019     * @version $Id: ProcessLauncher.groovy 8 2009-07-16 09:15:04Z user57 $
020     * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
021     */
022    public class ProcessLauncher
023        extends java.lang.Object
024        implements groovy.lang.GroovyObject
025    {
026        private java.lang.String name = null;
027        public java.lang.String getName() {
028            throw new InternalError("Stubbed method");
029        }
030        public void setName(java.lang.String value) {
031            throw new InternalError("Stubbed method");
032        }
033    
034        private Closure process = null;
035        public Closure getProcess() {
036            throw new InternalError("Stubbed method");
037        }
038        public void setProcess(Closure value) {
039            throw new InternalError("Stubbed method");
040        }
041    
042        private Closure verifier = null;
043        public Closure getVerifier() {
044            throw new InternalError("Stubbed method");
045        }
046        public void setVerifier(Closure value) {
047            throw new InternalError("Stubbed method");
048        }
049    
050        private int verifyWaitDelay = 0;
051        public int getVerifyWaitDelay() {
052            throw new InternalError("Stubbed method");
053        }
054        public void setVerifyWaitDelay(int value) {
055            throw new InternalError("Stubbed method");
056        }
057    
058        private int timeout = 0;
059        public int getTimeout() {
060            throw new InternalError("Stubbed method");
061        }
062        public void setTimeout(int value) {
063            throw new InternalError("Stubbed method");
064        }
065    
066        private boolean background = false;
067        public boolean getBackground() {
068            throw new InternalError("Stubbed method");
069        }
070        public boolean isBackground() {
071            throw new InternalError("Stubbed method");
072        }
073        public void setBackground(boolean value) {
074            throw new InternalError("Stubbed method");
075        }
076    
077        public java.lang.Object launch() {
078            throw new InternalError("Stubbed method");
079        }
080    
081        public groovy.lang.MetaClass getMetaClass() {
082            throw new InternalError("Stubbed method");
083        }
084    
085        public void setMetaClass(groovy.lang.MetaClass metaClass) {
086            throw new InternalError("Stubbed method");
087        }
088    
089        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
090            throw new InternalError("Stubbed method");
091        }
092    
093        public java.lang.Object getProperty(java.lang.String name) {
094            throw new InternalError("Stubbed method");
095        }
096    
097        public void setProperty(java.lang.String name, java.lang.Object value) {
098            throw new InternalError("Stubbed method");
099        }
100    }