FreeHEP API
Version current

org.freehep.tools
Class MakeClasspath

java.lang.Object
  extended byorg.freehep.tools.MakeClasspath
All Implemented Interfaces:
FilenameFilter

public class MakeClasspath
extends Object
implements FilenameFilter

A simple program for creating scripts to set the FreeHEP CLASSPATH

Author:
tonyj
Source Code:
MakeClasspath.java

Method Summary
 boolean accept(File dir, String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Parameters:
args - the command line arguments
Throws:
IOException

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.