org.schmant.task.script
Class ScriptTF

java.lang.Object
  extended by org.schmant.task.script.ScriptTF

Deprecated. Since 1.1. Use closures instead!

@Deprecated
public final class ScriptTF
extends Object

This is a dummy object in the same place as the old ScriptTF that was deleted in Schmant 1.1. This object's constructor throws an exception that tells the user that ScriptTF has been removed.

Since:
0.5
Author:
Karl Gustafsson
Task_package:
org.schmant.task.base

Constructor Summary
ScriptTF()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptTF

public ScriptTF()
Deprecated.