langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/options/SourceLocation.java
changeset 26107 a4a156a33c94
parent 26098 32588700060b
parent 25874 83c19f00452c
child 34991 ff8be37d1164
equal deleted inserted replaced
25876:d06a6d3c66c0 26107:a4a156a33c94
    35 import com.sun.tools.sjavac.Source;
    35 import com.sun.tools.sjavac.Source;
    36 
    36 
    37 /**
    37 /**
    38  * Represents a directory to be used for input to sjavac. (For instance a
    38  * Represents a directory to be used for input to sjavac. (For instance a
    39  * sourcepath or classpath.)
    39  * sourcepath or classpath.)
       
    40  *
       
    41  *  <p><b>This is NOT part of any supported API.
       
    42  *  If you write code that depends on this, you do so at your own risk.
       
    43  *  This code and its internal interfaces are subject to change or
       
    44  *  deletion without notice.</b>
    40  */
    45  */
    41 public class SourceLocation {
    46 public class SourceLocation {
    42 
    47 
    43     // Path to the root directory
    48     // Path to the root directory
    44     private Path path;
    49     private Path path;