Package org.wildfly.extension.io
Class OptionList
java.lang.Object
org.wildfly.extension.io.OptionList
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by org.wildfly.io.OptionAttributeDefinition
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic OptionList.Builderbuilder()Deprecated, for removal: This API element is subject to removal in a future version.static org.xnio.OptionMapresolveOptions(org.jboss.as.controller.ExpressionResolver context, org.jboss.dmr.ModelNode model, Collection<OptionAttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.static org.xnio.OptionMapresolveOptions(org.jboss.as.controller.ExpressionResolver context, org.jboss.dmr.ModelNode model, OptionAttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
resolveOptions
public static org.xnio.OptionMap resolveOptions(org.jboss.as.controller.ExpressionResolver context, org.jboss.dmr.ModelNode model, OptionAttributeDefinition... attributes) throws org.jboss.as.controller.OperationFailedException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
org.jboss.as.controller.OperationFailedException
-
resolveOptions
public static org.xnio.OptionMap resolveOptions(org.jboss.as.controller.ExpressionResolver context, org.jboss.dmr.ModelNode model, Collection<OptionAttributeDefinition> attributes) throws org.jboss.as.controller.OperationFailedException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
org.jboss.as.controller.OperationFailedException
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.
-