| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.codehaus.groovy.ant.RootLoaderRef
public class RootLoaderRef extends MatchingTask
Sets the RootLoader as reference. Reexecution of this task will set a new instance of RootLoader for the reference. arguments:
| Method Summary | |
|---|---|
            Path
         | 
        
            createClasspath()
            Adds a path to the classpath.  | 
        
            void
         | 
        
            execute()
             | 
        
            void
         | 
        
            setClasspath(Path classpath)
            Set the classpath to be used for this compilation.  | 
        
            void
         | 
        
            setClasspathRef(Reference r)
            Adds a reference to a classpath defined elsewhere.  | 
        
            void
         | 
        
            setRef(String n)
            sets the name of the reference which should store the Loader  | 
        
| Methods inherited from class Task | |
|---|---|
| log, log, log, log, init, execute, perform, maybeConfigure, setTaskType, setTaskName, setOwningTarget, getTaskName, getOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, reconfigure, getTaskType, bindToOwner, clone, getLocation, getDescription, setLocation, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Methods inherited from class ProjectComponent | |
|---|---|
| clone, log, log, getLocation, getDescription, setLocation, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
public Path createClasspath()
public void execute()
public void setClasspath(Path classpath)
classpath -  an Ant Path object containing the compilation classpath.
public void setClasspathRef(Reference r)
r -  a reference to a classpath
public void setRef(String n)
Copyright © 2003-2010 The Codehaus. All rights reserved.