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 final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static org.xnio.OptionMap
    resolveOptions(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.OptionMap
    resolveOptions(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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static OptionList.Builder builder()
      Deprecated, for removal: This API element is subject to removal in a future version.