langtools/src/share/classes/com/sun/tools/javac/file/Paths.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6151 dd513881e71d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    52 /** This class converts command line arguments, environment variables
    52 /** This class converts command line arguments, environment variables
    53  *  and system properties (in File.pathSeparator-separated String form)
    53  *  and system properties (in File.pathSeparator-separated String form)
    54  *  into a boot class path, user class path, and source path (in
    54  *  into a boot class path, user class path, and source path (in
    55  *  Collection<String> form).
    55  *  Collection<String> form).
    56  *
    56  *
    57  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    57  *  <p><b>This is NOT part of any supported API.
    58  *  you write code that depends on this, you do so at your own risk.
    58  *  If you write code that depends on this, you do so at your own risk.
    59  *  This code and its internal interfaces are subject to change or
    59  *  This code and its internal interfaces are subject to change or
    60  *  deletion without notice.</b>
    60  *  deletion without notice.</b>
    61  */
    61  */
    62 public class Paths {
    62 public class Paths {
    63 
    63