net.cafebabe.sat.ant
Class Command

java.lang.Object
  |
  +--net.cafebabe.sat.ant.Command

public class Command
extends java.lang.Object

Command implementation.

Author:
Michel Casabianca.

Constructor Summary
Command()
           
 
Method Summary
static void desc(org.apache.tools.ant.Project project, java.io.PrintStream out)
          Describe the loaded project.
static void targets(org.apache.tools.ant.Project project, java.util.Vector targets, java.io.PrintStream out)
          Run a list of targets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

desc

public static void desc(org.apache.tools.ant.Project project,
                        java.io.PrintStream out)
Describe the loaded project.

Parameters:
project - The Ant Project.
out - The PrintStream to write to.

targets

public static void targets(org.apache.tools.ant.Project project,
                           java.util.Vector targets,
                           java.io.PrintStream out)
Run a list of targets.

Parameters:
project - The loaded Project
targets - The targets to run as a List
out - The PrintStream to write to
Throws:
IOException