Examples of validator()


Examples of org.sonatype.nexus.capability.CapabilityDescriptor.validator()

    if (reference != null) {
      instanceValidators.add(validators.capability().constraintsOf(reference.context().type()));

      final CapabilityDescriptor descriptor = capabilityDescriptorRegistry.get(reference.context().type());
      if (descriptor != null) {
        final Validator validator = descriptor.validator(id);
        if (validator != null) {
          instanceValidators.add(validator);
        }
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.