langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/Configuration.java
changeset 1863 e5de9abc0eb1
parent 1789 7ac8c0815000
child 2212 1d3dc0e0ba0c
equal deleted inserted replaced
1792:985e9406d42a 1863:e5de9abc0eb1
   705             Configuration.class.getResourceAsStream(DEFAULT_BUILDER_XML) :
   705             Configuration.class.getResourceAsStream(DEFAULT_BUILDER_XML) :
   706             new FileInputStream(new File(builderXMLPath));
   706             new FileInputStream(new File(builderXMLPath));
   707     }
   707     }
   708 
   708 
   709     /**
   709     /**
       
   710      * Return the Locale for this document.
       
   711      */
       
   712     public abstract Locale getLocale();
       
   713 
       
   714     /**
   710      * Return the comparator that will be used to sort member documentation.
   715      * Return the comparator that will be used to sort member documentation.
   711      * To no do any sorting, return null.
   716      * To no do any sorting, return null.
   712      *
   717      *
   713      * @return the {@link java.util.Comparator} used to sort members.
   718      * @return the {@link java.util.Comparator} used to sort members.
   714      */
   719      */