All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class buildtools.MiscUtils

java.lang.Object
   |
   +----buildtools.MiscUtils

public class MiscUtils
extends Object

Constructor Index

 o MiscUtils()

Method Index

 o getTempDir()
A cross platform (JDK and OS) way to determine the temp directory.
 o globalStringReplace(String, String, String)
Given a string...

Constructors

 o MiscUtils
 public MiscUtils()

Methods

 o globalStringReplace
 public static String globalStringReplace(String original,
                                          String find,
                                          String replacement)
Given a string... replaces all occurences of "find" with "replacement" in "original"

 o 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