Example usage for org.springframework.ide.eclipse.core.model.validation AbstractValidationContext subclass-usage

List of usage examples for org.springframework.ide.eclipse.core.model.validation AbstractValidationContext subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.core.model.validation AbstractValidationContext subclass-usage.

Usage

From source file org.eclipse.virgo.ide.manifest.internal.core.validation.BundleManifestValidationContext.java

/**
 * TODO CD add comments
 */
public class BundleManifestValidationContext extends AbstractValidationContext {

    public static final String[] BOOLEAN_VALUES = new String[] { "true", "false" };