langtools/src/share/classes/javax/tools/JavaFileManager.java
changeset 5848 c5a4ce47e780
parent 5520 86e4b9a9da40
child 9303 eae35c201e19
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
   254      * representing the specified class of the specified kind in the
   254      * representing the specified class of the specified kind in the
   255      * given location.
   255      * given location.
   256      *
   256      *
   257      * <p>Optionally, this file manager might consider the sibling as
   257      * <p>Optionally, this file manager might consider the sibling as
   258      * a hint for where to place the output.  The exact semantics of
   258      * a hint for where to place the output.  The exact semantics of
   259      * this hint is unspecified.  Sun's compiler, javac, for
   259      * this hint is unspecified.  The JDK compiler, javac, for
   260      * example, will place class files in the same directories as
   260      * example, will place class files in the same directories as
   261      * originating source files unless a class file output directory
   261      * originating source files unless a class file output directory
   262      * is provided.  To facilitate this behavior, javac might provide
   262      * is provided.  To facilitate this behavior, javac might provide
   263      * the originating source file as sibling when calling this
   263      * the originating source file as sibling when calling this
   264      * method.
   264      * method.
   336      * representing the specified <a href="JavaFileManager.html#relative_name">relative
   336      * representing the specified <a href="JavaFileManager.html#relative_name">relative
   337      * name</a> in the specified package in the given location.
   337      * name</a> in the specified package in the given location.
   338      *
   338      *
   339      * <p>Optionally, this file manager might consider the sibling as
   339      * <p>Optionally, this file manager might consider the sibling as
   340      * a hint for where to place the output.  The exact semantics of
   340      * a hint for where to place the output.  The exact semantics of
   341      * this hint is unspecified.  Sun's compiler, javac, for
   341      * this hint is unspecified.  The JDK compiler, javac, for
   342      * example, will place class files in the same directories as
   342      * example, will place class files in the same directories as
   343      * originating source files unless a class file output directory
   343      * originating source files unless a class file output directory
   344      * is provided.  To facilitate this behavior, javac might provide
   344      * is provided.  To facilitate this behavior, javac might provide
   345      * the originating source file as sibling when calling this
   345      * the originating source file as sibling when calling this
   346      * method.
   346      * method.