org.jruby.ant
Class RakeTaskBase
java.lang.Object
Task
org.jruby.ant.RakeTaskBase
- Direct Known Subclasses:
- Rake, RakeImport
public class RakeTaskBase
- extends Task
Field Summary |
protected java.lang.String |
filename
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filename
protected java.lang.String filename
RakeTaskBase
public RakeTaskBase()
setFile
public void setFile(java.lang.String filename)
execute
public void execute()
throws BuildException
- Throws:
BuildException
acquireRakeReference
protected void acquireRakeReference()
handleFilenameArgument
protected java.util.List handleFilenameArgument()
rakeMethod
public void rakeMethod(java.lang.String method,
java.lang.Object... args)
throws BuildException
- Throws:
BuildException
Copyright © 2002-2009 JRuby Team. All Rights Reserved.