|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.LocalizableIniFileFinder
Localizable File Finder - Used to location files which are NLS sensitive (contain hard coded strings, such as gallery.xml and palette.xml)
Search Order:
The Language and Country are obtained from
the current default Locale.
The last entry in the Search Order is the original full filename.
| Constructor Summary | |
LocalizableIniFileFinder()
|
|
| Method Summary | |
static java.lang.String |
getLocalizedFileName(java.lang.String path,
java.lang.String fullname)
Gets the name of the localized file based on the current locale. |
static java.lang.String |
getLocalizedFileName(java.lang.String path,
java.lang.String name,
java.lang.String extension)
Gets the name of the localized file based on the current locale. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LocalizableIniFileFinder()
| Method Detail |
public static java.lang.String getLocalizedFileName(java.lang.String path,
java.lang.String fullname)
path - The path to the location of the desired file.fullname - The default name of the desired file.
public static java.lang.String getLocalizedFileName(java.lang.String path,
java.lang.String name,
java.lang.String extension)
path - The path to the location of the desired file.name - The base name of the file.extension - The file extension.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.