com.i3sp.ant.depend
Class ShellFormatter

java.lang.Object
  |
  +--com.i3sp.ant.depend.ShellFormatter
All Implemented Interfaces:
ProjectDependencies.ValuesFormatter

public class ShellFormatter
extends java.lang.Object
implements ProjectDependencies.ValuesFormatter

Format environment for shell

Author:
Matthew Watson mattw@i3sp.com

Constructor Summary
ShellFormatter()
           
 
Method Summary
 void prepend(java.io.PrintWriter out, java.lang.String value, java.lang.String var)
           
 void print(ProjectDependencies.Values vals, java.io.File dir, org.apache.tools.ant.Location location)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellFormatter

public ShellFormatter()
Method Detail

print

public void print(ProjectDependencies.Values vals,
                  java.io.File dir,
                  org.apache.tools.ant.Location location)
           throws org.apache.tools.ant.BuildException
Specified by:
print in interface ProjectDependencies.ValuesFormatter

prepend

public void prepend(java.io.PrintWriter out,
                    java.lang.String value,
                    java.lang.String var)


Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.