Package com.illumon.iris.db.util
Class ClassList
java.lang.Object
com.illumon.iris.db.util.ClassList
public class ClassList extends Object
Read a list of classes from a classpath resource.
-
Constructor Summary
Constructors Constructor Description ClassList() -
Method Summary
Modifier and Type Method Description static Class[]readClassList(String resourceName)static Collection<Class<?>>readClassListAsCollection(String resourceName)static Collection<Package>readPackageList(String resourceName)
-
Constructor Details
-
ClassList
public ClassList()
-
-
Method Details
-
readClassList
@NotNull public static Class[] readClassList(String resourceName) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readClassListAsCollection
@NotNull public static Collection<Class<?>> readClassListAsCollection(String resourceName) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readPackageList
- Throws:
IOException
-