This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private static void | |
private static void | |
public static boolean | hasService(Class<?> service, URL[] urls)
Return true if a description for at least one service is found in the service configuration files in the given URLs. |
private static boolean |
prefix | back to summary |
---|---|
private static final String prefix |
ServiceProxy | back to summary |
---|---|
pack-priv ServiceProxy() |
fail | back to summary |
---|---|
private static void fail(Class<?> service, String msg) throws ServiceConfigurationError |
fail | back to summary |
---|---|
private static void fail(Class<?> service, URL u, int line, String msg) throws ServiceConfigurationError |
hasService | back to summary |
---|---|
public static boolean hasService(Class<?> service, URL[] urls) throws ServiceConfigurationError Return true if a description for at least one service is found in the service configuration files in the given URLs. |
parse | back to summary |
---|---|
private static boolean parse(Class<?> service, URL u) throws ServiceConfigurationError Parse the content of the given URL as a provider-configuration file.
|
Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
pack-priv |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID |
ServiceConfigurationError | back to summary |
---|---|
pack-priv ServiceConfigurationError(String msg) |