fang
Class FangPackageGenerator

java.lang.Object
  extended by fang.FangPackageGenerator

public class FangPackageGenerator
extends Object

This class moves and refactors all of the packaged classes into the single package fang for easy importing. The refactoring is very basic.

Author:
Jam Jenkins

Constructor Summary
FangPackageGenerator()
           
 
Method Summary
static void main(String[] args)
          Copies and refactors classes from subpackages to the primary package fang.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FangPackageGenerator

public FangPackageGenerator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Copies and refactors classes from subpackages to the primary package fang. The refactoring is 1. change the package statement and 2. remove all imports of fang subpackages.

Parameters:
args -
Throws:
Exception