Package org.wildfly.extension.io
Class OptionList
- java.lang.Object
-
- org.wildfly.extension.io.OptionList
-
@Deprecated(forRemoval=true) public class OptionList extends Object
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 Classes Modifier and Type Class Description static classOptionList.BuilderDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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 Detail
-
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.OperationFailedExceptionDeprecated, 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.OperationFailedExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
org.jboss.as.controller.OperationFailedException
-
builder
public static OptionList.Builder builder()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-