com.ibm.ws.classloading
Uses of Class ApiType
Packages that use ApiType
Package | Description |
---|---|
com.ibm.ws.classloading | |
com.ibm.ws.classloading.sharedlibrary |
Uses of ApiType in com.ibm.ws.classloading
Modifier and Type | Method and Description |
---|---|
|
ApiType.fromString(java.lang.String value)
|
|
ApiType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
|
ApiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
|
ApiType.createApiTypeSet(java.lang.String... apiTypes)
Convert one or more comma-and-space-delimited api type strings into a single set of types
|
|
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.setApiTypeVisibility(ApiType... types)
Sets the allowed API types.
|
Modifier and Type | Method and Description |
---|---|
GatewayConfiguration.setApiTypeVisibility(java.lang.Iterable<ApiType> types)
Sets the allowed API types.
|
Uses of ApiType in com.ibm.ws.classloading.sharedlibrary
Modifier and Type | Method and Description |
---|---|
|
SharedLibrary.getApiTypeVisibility()
Get the allowed API types for this shared library.
|