com.i3sp.ant.depend
Class ElispFormatter

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

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

Format environment for Emacs

Author:
Matthew Watson mattw@i3sp.com

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

ElispFormatter

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