All Packages Class Hierarchy This Package Previous Next Index
Class buildtools.MiscUtils
java.lang.Object
|
+----buildtools.MiscUtils
- public class MiscUtils
- extends Object
-
MiscUtils()
-
-
getTempDir()
- A cross platform (JDK and OS) way to determine the temp directory.
-
globalStringReplace(String, String, String)
- Given a string...
MiscUtils
public MiscUtils()
globalStringReplace
public static String globalStringReplace(String original,
String find,
String replacement)
- Given a string... replaces all occurences of "find" with "replacement" in "original"
getTempDir
public static String getTempDir()
- A cross platform (JDK and OS) way to determine the temp directory.
java.io.tmpdir is only available on JDK 1.2 and there is no real easy way to
figure this out under JDK 1.1.8
All Packages Class Hierarchy This Package Previous Next Index