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
  1. static
  2. ApiType
ApiType.fromString(java.lang.String value)
  1. static
  2. ApiType
ApiType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. 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
  1. static
  2. 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
  1. 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
  1. GatewayConfiguration
GatewayConfiguration.setApiTypeVisibility(ApiType... types)
Sets the allowed API types.
Modifier and Type Method and Description
  1. GatewayConfiguration
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
  1. java.util.EnumSet<ApiType>
SharedLibrary.getApiTypeVisibility()
Get the allowed API types for this shared library.