Package com.illumon.iris.db.util
Class ClassList
java.lang.Object
com.illumon.iris.db.util.ClassList
Read a list of classes from a classpath resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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:
IOException
ClassNotFoundException
-
readClassListAsCollection
@NotNull public static Collection<Class<?>> readClassListAsCollection(String resourceName) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
readPackageList
- Throws:
IOException
-