org.jasen.tools
Class FileSetRename

java.lang.Object
  extended byorg.jasen.tools.FileSetRename

public class FileSetRename
extends Object

Changes the extension on all files in a given directory.

Author:
Jason Polites

Constructor Summary
FileSetRename()
           
 
Method Summary
static void main(String[] args)
           
 void rename(File[] files, String newExtention)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetRename

public FileSetRename()
Method Detail

rename

public void rename(File[] files,
                   String newExtention)

main

public static void main(String[] args)