Package | Description |
---|---|
com.ibm.wsspi.classloading | |
com.ibm.wsspi.library |
Modifier and Type | Method and Description |
---|---|
static ApiType |
ApiType.fromString(java.lang.String value) |
static ApiType |
ApiType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiType[] |
ApiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<ApiType> |
ApiType.createApiTypeSet(java.lang.String... apiTypes)
Convert one or more comma-and-space-delimited api type strings into a single set of types
|
java.util.EnumSet<ApiType> |
GatewayConfiguration.getApiTypeVisibility()
Returns a set of the API types that are allowed to be seen by a gateway class loader created from this configuration, the options for the set are:
|
Modifier and Type | Method and Description |
---|---|
GatewayConfiguration |
GatewayConfiguration.setApiTypeVisibility(ApiType... types)
Sets the allowed API types.
|
Modifier and Type | Method and Description |
---|---|
GatewayConfiguration |
GatewayConfiguration.setApiTypeVisibility(java.lang.Iterable<ApiType> types)
Sets the allowed API types.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<ApiType> |
Library.getApiTypeVisibility()
Get the allowed API types for this shared library.
|