org.jruby.ant
Class Rake

java.lang.Object
  extended by Task
      extended by org.jruby.ant.RakeTaskBase
          extended by org.jruby.ant.Rake

public class Rake
extends RakeTaskBase


Field Summary
 
Fields inherited from class org.jruby.ant.RakeTaskBase
filename
 
Constructor Summary
Rake()
           
 
Method Summary
 void execute()
           
 void setTask(java.lang.String taskname)
           
 
Methods inherited from class org.jruby.ant.RakeTaskBase
acquireRakeReference, handleFilenameArgument, rakeMethod, setFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rake

public Rake()
Method Detail

execute

public void execute()
             throws BuildException
Overrides:
execute in class RakeTaskBase
Throws:
BuildException

setTask

public void setTask(java.lang.String taskname)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.