| java.lang.Object com.sun.jbi.installer.InstallerUtilities
InstallerUtilities | public class InstallerUtilities (Code) | | This class has utility methods
|
copyFile | public static void copyFile(File sourceFile, File destinationFile) throws Exception(Code) | | This method is used to copy a file
|
getProperty | public static String getProperty(File propertyFile, String property)(Code) | | This method is used to read a property from a property file.
|
writeToLogFile | public static void writeToLogFile(File logFile, boolean append, String inputString)(Code) | | This method is used to write to log file
logFile, the log File append, the contents are appended to the file if true inputString, contents to be written to the log file |
|
|