public class PackageRenamer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PackageRenamer.PackageRenamerException |
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
SYSTEM_OUT |
Constructor and Description |
---|
PackageRenamer()
The constructor of a PackageRenamer class.
|
PackageRenamer(java.lang.String propertiesFileName) |
PackageRenamer(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
bannerText() |
void |
binaryCopy(java.io.File inFile,
java.io.File outFile)
Do a binary copy of the file byte buffer by byte buffer.
|
protected boolean |
bufferContainsNullChar(byte[] buffer,
int bufferLength) |
java.io.File |
buildAndCheckDestinationFile(java.lang.String aDirString)
INTERNAL
|
java.io.File |
buildAndCheckExistingDirFile(java.lang.String aDirString) |
java.io.PrintWriter |
buildAndCheckLogWriter(java.lang.String logFileString) |
protected void |
cleanup() |
void |
createDestinationDirectory(java.io.File aDirectory)
This method creates an output directory for post-rename file(s).
|
static boolean |
directoryIsSubdirectory(java.io.File directory1,
java.io.File directory2)
Return true if directory2 is contained within directory1.
|
java.io.File |
existingDirectoryFromPrompt() |
static java.lang.String |
getDefaultPropertiesFileName() |
java.io.BufferedReader |
getReader() |
boolean |
isExtensionSupported(java.lang.String extension)
Return true if the PackageRenamer should work on the given file extension.
|
void |
logln(java.lang.String str) |
static void |
main(java.lang.String[] args)
Main method to run the PackageRenamer
|
java.lang.String |
parseFileExtension(java.io.File aFile)
Returns the extension of the given file.
|
protected java.io.File |
promptForDestinationDirectory()
INTERNAL
Prompt from System.in for an empty or non-existent directory to use as the destination directory.
|
java.util.Properties |
readChangesFile(java.lang.String filename)
This readChangesFile() method reads the given properties file to be a reference
for renaming TopLink package name.
|
static java.lang.String |
replace(java.lang.String str,
java.lang.String oldChars,
java.lang.String newChars)
Do a search and replace in a string.
|
java.lang.String |
returnNewFileNameIfRequired(java.lang.String aSourceFileNameWithoutRoot) |
void |
run()
This run() method performs,
reading the properties file into properties variable to be a reference for changing package name.
|
void |
runSearchAndReplacePackageName(java.io.File sourceFile)
This runSearchAndReplacePackageName() reads an pre-rename source file all into string variable and
replacing the old package names with the new ones according to the properties file.
|
protected java.io.PrintWriter |
streamForNonExistentFilePrompt() |
void |
traverseSourceDirectory(java.io.File aDirectoryString)
This traverseSourceDirectory() traverse source-root-directory, creating an corresponding output directory,
and calling another method for replacing old TopLink package name.
|
static void |
usage() |
protected static final java.lang.String SYSTEM_OUT
public PackageRenamer()
public PackageRenamer(java.lang.String propertiesFileName)
public PackageRenamer(java.lang.String[] args)
protected java.lang.String bannerText()
public void binaryCopy(java.io.File inFile, java.io.File outFile) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
protected boolean bufferContainsNullChar(byte[] buffer, int bufferLength)
public java.io.File buildAndCheckDestinationFile(java.lang.String aDirString)
public java.io.File buildAndCheckExistingDirFile(java.lang.String aDirString)
public java.io.PrintWriter buildAndCheckLogWriter(java.lang.String logFileString)
protected void cleanup()
public void createDestinationDirectory(java.io.File aDirectory)
public static boolean directoryIsSubdirectory(java.io.File directory1, java.io.File directory2)
public java.io.File existingDirectoryFromPrompt()
public static java.lang.String getDefaultPropertiesFileName()
public java.io.BufferedReader getReader()
public boolean isExtensionSupported(java.lang.String extension)
public void logln(java.lang.String str)
public static void main(java.lang.String[] args)
public java.lang.String parseFileExtension(java.io.File aFile)
protected java.io.File promptForDestinationDirectory()
public java.util.Properties readChangesFile(java.lang.String filename)
public void run()
protected java.io.PrintWriter streamForNonExistentFilePrompt()
public void runSearchAndReplacePackageName(java.io.File sourceFile)
public static java.lang.String replace(java.lang.String str, java.lang.String oldChars, java.lang.String newChars)
public java.lang.String returnNewFileNameIfRequired(java.lang.String aSourceFileNameWithoutRoot)
public void traverseSourceDirectory(java.io.File aDirectoryString)
public static void usage()