All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsdlib.test.util.Checker Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/*
 * @(#)$Id: Checker.java 1567 2003-06-09 20:50:21Z kk122374 $
 *
 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */
package util;

/**
 * used with ResourceChecker.
 * 
 * @author Kohsuke KAWAGUCHI
 */
public interface Checker
{
    void check( String propertyName ) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy