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

com.avaje.ebeaninternal.server.util.ClassPathReader Maven / Gradle / Ivy

The newest version!
package com.avaje.ebeaninternal.server.util;

/**
 * Get the paths used to search for entity beans etc.
 * 

* Typically this will return a URL[] of the classpath. *

*/ public interface ClassPathReader { /** * Return the paths in the classpath to search for entity beans etc. *

* This will typically return a URL[] or String[] of the entries in the * class path. *

*/ public Object[] readPath(ClassLoader classLoader); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy