Package org.jboss.as.controller.operations.validation

Examples of org.jboss.as.controller.operations.validation.PropertyValidator


    }

    static class EnvironmentVariableAttributeDefinition extends AbstractJvmListAttributeDefinition {

        EnvironmentVariableAttributeDefinition(String name, String elementName) {
            super(name, elementName, new PropertyValidator(false, new StringLengthValidator(1)));
        }
View Full Code Here

TOP

Related Classes of org.jboss.as.controller.operations.validation.PropertyValidator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.