com.croftsoft.apps.src
Class PackageNameChange

java.lang.Object
  extended by com.croftsoft.apps.src.PackageNameChange

public class PackageNameChange
extends Object

This java application searches through all of the *.java files in the current directory and replaces the old package name with a new package name in the code.

java PackageNameChange package.name.old package.name.new

Version:
1.0 1996-10-26
Author:
David W. Croft

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

PackageNameChange

public PackageNameChange()
Method Detail

main

public static void main(String[] args)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)