create()
This bootstraps a service factory without initialize a registry.
static com.sun.star.lang.XMultiServiceFactory
create(java.lang.String registryFile)
This bootstraps an initial service factory working on a registry file.
static com.sun.star.lang.XMultiServiceFactory
create(java.lang.String registryFile,
boolean readOnly)
This bootstraps an initial service factory working on a registry file.
static com.sun.star.lang.XMultiServiceFactory
create(java.lang.String writeRegistryFile,
java.lang.String readRegistryFile)
This bootstraps an initial service factory working on a registry.
static com.sun.star.lang.XMultiServiceFactory
create(java.lang.String writeRegistryFile,
java.lang.String readRegistryFile,
boolean readOnly)
This bootstraps an initial service factory working on a registry.
public static com.sun.star.lang.XMultiServiceFactory create(java.lang.String writeRegistryFile,
java.lang.String readRegistryFile)
throws Exception
This bootstraps an initial service factory working on a registry. If the first or both
parameters contain a value then the service factory is initialized with a simple registry
or a nested registry. Otherwise the service factory must be initialized later with a valid
registry.
Parameters:
writeRegistryFile - file name of the simple registry or the first registry file of
the nested registry which will be opened with read/write rights. This
file will be created if necessary.
readRegistryFile - file name of the second registry file of the nested registry
which will be opened with readonly rights.
This bootstraps an initial service factory working on a registry. If the first or both
parameters contain a value then the service factory is initialized with a simple registry
or a nested registry. Otherwise the service factory must be initialized later with a valid
registry.
Parameters:
writeRegistryFile - file name of the simple registry or the first registry file of
the nested registry which will be opened with read/write rights. This
file will be created if necessary.
readRegistryFile - file name of the second registry file of the nested registry
which will be opened with readonly rights.
readOnly - flag which specify that the first registry file will be opened with
readonly rights. Default is FALSE. If this flag is used the registry
will not be created if not exist.
public static com.sun.star.lang.XMultiServiceFactory create(java.lang.String registryFile,
boolean readOnly)
throws Exception
This bootstraps an initial service factory working on a registry file.
Parameters:
registryFile - file name of the registry to use/ create; if this is an empty
string, the default registry is used instead
readOnly - flag which specify that the registry file will be opened with
readonly rights. Default is FALSE. If this flag is used the registry
will not be created if not exist.