|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.sun.star.comp.helper.RegistryServiceFactory
The class provides a set of methods which create instances of the com.sun.star.lang.RegistryServiceManager service.
コンストラクタの概要 | |
RegistryServiceFactory()
推奨されていません。 |
メソッドの概要 | |
static XMultiServiceFactory |
create()
推奨されていません。 This bootstraps a service factory without initialize a registry. |
static XMultiServiceFactory |
create(String registryFile)
推奨されていません。 This bootstraps an initial service factory working on a registry file. |
static XMultiServiceFactory |
create(String registryFile,
boolean readOnly)
推奨されていません。 This bootstraps an initial service factory working on a registry file. |
static XMultiServiceFactory |
create(String writeRegistryFile,
String readRegistryFile)
推奨されていません。 This bootstraps an initial service factory working on a registry. |
static XMultiServiceFactory |
create(String writeRegistryFile,
String readRegistryFile,
boolean readOnly)
推奨されていません。 This bootstraps an initial service factory working on a registry. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RegistryServiceFactory()
メソッドの詳細 |
public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile) throws Exception
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.
Exception
public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile, boolean readOnly) throws Exception
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.
Exception
public static XMultiServiceFactory create(String registryFile) throws Exception
registryFile
- file name of the registry to use/ create; if this is an empty
string, the default registry is used instead
Exception
public static XMultiServiceFactory create(String registryFile, boolean readOnly) throws Exception
registryFile
- file name of the registry to use/ create; if this is an empty
string, the default registry is used insteadreadOnly
- 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.
Exception
public static XMultiServiceFactory create() throws Exception
Exception
|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |