class AppFileLocProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
cacheParentPath |
(package private) static java.lang.String |
CHROME_DIR |
(package private) static java.lang.String |
COMPONENTS_DIR |
(package private) XPCOMObject |
directoryServiceProvider |
(package private) XPCOMObject |
directoryServiceProvider2 |
(package private) static java.lang.String |
HISTORY_FILE |
(package private) static boolean |
IsSparc |
(package private) boolean |
isXULRunner |
(package private) static java.lang.String |
LOCALSTORE_FILE |
(package private) static java.lang.String |
MIMETYPES_FILE |
(package private) java.lang.String |
mozillaPath |
(package private) java.lang.String[] |
pluginDirs |
(package private) static java.lang.String |
PLUGINS_DIR |
(package private) static java.lang.String |
PREFERENCES_FILE |
(package private) java.lang.String |
profilePath |
(package private) int |
refCount |
(package private) static java.lang.String |
SEPARATOR_OS |
(package private) XPCOMObject |
supports |
(package private) static java.lang.String |
USER_PLUGINS_DIR |
Constructor and Description |
---|
AppFileLocProvider(java.lang.String mozillaPath,
java.lang.String profilePath,
java.lang.String cacheParentPath,
boolean isXULRunner) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
AddRef() |
(package private) void |
createCOMInterfaces() |
(package private) void |
disposeCOMInterfaces() |
(package private) int |
getAddress() |
(package private) int |
getFile(int prop,
int persistent,
int _retval) |
(package private) int |
getFiles(int prop,
int _retval) |
(package private) int |
QueryInterface(int riid,
int ppvObject) |
(package private) int |
Release() |
XPCOMObject supports
XPCOMObject directoryServiceProvider
XPCOMObject directoryServiceProvider2
int refCount
java.lang.String mozillaPath
java.lang.String profilePath
java.lang.String cacheParentPath
java.lang.String[] pluginDirs
boolean isXULRunner
static final java.lang.String SEPARATOR_OS
static final java.lang.String CHROME_DIR
static final java.lang.String COMPONENTS_DIR
static final java.lang.String HISTORY_FILE
static final java.lang.String LOCALSTORE_FILE
static final java.lang.String MIMETYPES_FILE
static final java.lang.String PLUGINS_DIR
static final java.lang.String USER_PLUGINS_DIR
static final java.lang.String PREFERENCES_FILE
static boolean IsSparc
AppFileLocProvider(java.lang.String mozillaPath, java.lang.String profilePath, java.lang.String cacheParentPath, boolean isXULRunner)
int AddRef()
void createCOMInterfaces()
void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid, int ppvObject)
int Release()
int getFiles(int prop, int _retval)
int getFile(int prop, int persistent, int _retval)