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

com.googlecode.gwt.test.internal.SrcDirectoriesHolder Maven / Gradle / Ivy

There is a newer version: 0.63
Show newest version
package com.googlecode.gwt.test.internal;

import java.util.HashSet;
import java.util.Set;

/**
 * Holder for 'src-directory' values added in META-INF/gwt-test-utils.properties file, which can be
 * manipulate by both {@link GwtClassLoader} and System classloader. For internal use
 * only.
 *
 * @author Gael Lazzari
 */
public class SrcDirectoriesHolder {

    public static final Set SRC_DIRECTORIES = new HashSet();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy