Class 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.
    • 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.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.