Package de.innovationgate.wga.modules.options

Examples of de.innovationgate.wga.modules.options.ValidationContext


   
    /**
     * Creates a validation context for option validations
     */
    public ValidationContext createValidationContext(WGAConfiguration configCopy) {
        return new ValidationContext(this, configCopy);
    }
View Full Code Here

TOP

Related Classes of de.innovationgate.wga.modules.options.ValidationContext

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.