|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sun.星/主役にする.lib.uno.helper
Class UnoUrl
java.lang.反対するcom.sun.星/主役にする.lib.uno.helper.UnoUrl
public class UnoUrl
- 延長するs 反対する
反対する 代表 and parsing of Uno Urls,
which 許す to 位置を示す a 指名するd Uno 反対する in a
different 過程. An Uno Url consists of the
specification of a 関係, 議定書 and
rootOid delimited with a ';'.
The syntax of an Uno Url is
[uno:]関係-type,parameters;議定書-指名する,parameters;objectname";
An example Uno Url will look like this:
socket,host=localhost,port=2002;urp;StarOffice.ServiceManager
For more (警察などへの)密告,告訴(状) about Uno Url please 協議する
http://udk.openoffice.org/ありふれた/man/spec/uno-url.html
Usage:
UnoUrl url = UnoUrl.parseUnoUrl("socket,host=localhost,port=2002;urp;StarOffice.ServiceManager");
| Method 要約 | |
|---|---|
String |
getConnection()
Returns the 指名する of the 関係 of this Uno Url. |
String |
getConnectionAndParametersAsString()
Returns the raw specification of the 関係 指名する and parameters. |
HashMap |
getConnectionParameters()
Returns the 関係 parameters as a Hashmap with 重要な/value pairs. |
String |
getConnectionParametersAsString()
Returns the raw specification of the 関係 parameters. |
String |
getProtocol()
Returns the 指名する of the 議定書 of this Uno Url. |
String |
getProtocolAndParametersAsString()
Returns the raw specification of the 議定書 指名する and parameters. |
HashMap |
getProtocolParameters()
Returns the 議定書 parameters as a Hashmap with 重要な/value pairs. |
String |
getProtocolParametersAsString()
Returns the raw specification of the 議定書 parameters. |
String |
getRootOid()
Return the 反対する 指名する. |
static UnoUrl |
parseUnoUrl(String unoUrl)
Parses the given Uno Url and returns an in memory 反対する 代表. |
| Methods 相続するd from class java.lang.反対する |
|---|
clone, equals, 完結する, getClass, hashCode, 通知する, notifyAll, toString, wait, wait, wait |
| Method 詳細(に述べる) |
|---|
getConnection
public String getConnection()
- Returns the 指名する of the 関係 of this
Uno Url. Encoded characters are not 許すd.
- Returns:
- The 関係 指名する as string.
getProtocol
public String getProtocol()
- Returns the 指名する of the 議定書 of this
Uno Url. Encoded characters are not 許すd.
- Returns:
- The 議定書 指名する as string.
getRootOid
public String getRootOid()
- Return the 反対する 指名する. Encoded character are
not 許すd.
- Returns:
- The 反対する 指名する as String.
getProtocolParameters
public HashMap getProtocolParameters()
- Returns the 議定書 parameters as
a Hashmap with 重要な/value pairs. Encoded
characters like '%41' are decoded.
- Returns:
- a HashMap with 重要な/value pairs for 議定書 parameters.
getConnectionParameters
public HashMap getConnectionParameters()
- Returns the 関係 parameters as
a Hashmap with 重要な/value pairs. Encoded
characters like '%41' are decoded.
- Returns:
- a HashMap with 重要な/value pairs for 関係 parameters.
getProtocolParametersAsString
public String getProtocolParametersAsString()
- Returns the raw specification of the 議定書
parameters. Encoded characters like '%41' are
not decoded.
- Returns:
- The uninterpreted 議定書 parameters as string.
getConnectionParametersAsString
public String getConnectionParametersAsString()
- Returns the raw specification of the 関係
parameters. Encoded characters like '%41' are
not decoded.
- Returns:
- The uninterpreted 関係 parameters as string.
getProtocolAndParametersAsString
public String getProtocolAndParametersAsString()
- Returns the raw specification of the 議定書
指名する and parameters. Encoded characters like '%41' are
not decoded.
- Returns:
- The uninterpreted 議定書 指名する and parameters as string.
getConnectionAndParametersAsString
public String getConnectionAndParametersAsString()
- Returns the raw specification of the 関係
指名する and parameters. Encoded characters like '%41' are
not decoded.
- Returns:
- The uninterpreted 関係 指名する and parameters as string.
parseUnoUrl
public static UnoUrl parseUnoUrl(String unoUrl) throws IllegalArgumentException
- Parses the given Uno Url and returns
an in memory 反対する 代表.
- Parameters:
unoUrl- The given uno URl as string.- Returns:
- 反対する 代表 of class UnoUrl.
- Throws:
IllegalArgumentException- if Url cannot be parsed.IllegalArgumentException
|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

com.sun.星/主役にする.lib.uno.helper.UnoUrl
