Class DirectoryWorker

java.lang.Object
  extended by DirectoryWorker

public class DirectoryWorker
extends Object

Class to work with files in a directory


Constructor Summary
DirectoryWorker()
           
 
Method Summary
 void addStringToPictures(String dir, String text)
          Method to add a string to every picture in directory
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryWorker

public DirectoryWorker()
Method Detail

addStringToPictures

public void addStringToPictures(String dir,
                                String text)
Method to add a string to every picture in directory

Parameters:
dir - the name of the directory
text - the text of the string to add

main

public static void main(String[] args)