com.i3sp.ant.depend
Class PerlFormatter

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

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

Format environment for perl

Author:
Matthew Watson mattw@i3sp.com

Constructor Summary
PerlFormatter()
           
 
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

PerlFormatter

public PerlFormatter()
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.