Package org.flywaydb.core.api
Interface ClassProvider<I>
-
public interface ClassProvider<I>A facility to obtain classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends I>>getClasses()Retrieve all classes which implement the specified interface.
-
-
-
Method Detail
-
getClasses
java.util.Collection<java.lang.Class<? extends I>> getClasses()
Retrieve all classes which implement the specified interface.- Returns:
- The non-abstract classes that were found.
-
-