Package io.deephaven.engine.util
Class ClassList
java.lang.Object
io.deephaven.engine.util.ClassList
Read a list of classes from a classpath resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Class[]
readClassList
(String resourceName) static @NotNull Collection<Class<?>>
readClassListAsCollection
(String resourceName) static @NotNull Collection<Package>
readPackageList
(String resourceName)
-
Constructor Details
-
ClassList
public ClassList()
-
-
Method Details
-
readClassList
@NotNull public static @NotNull Class[] readClassList(String resourceName) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
readClassListAsCollection
@NotNull public static @NotNull Collection<Class<?>> readClassListAsCollection(String resourceName) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
readPackageList
@NotNull public static @NotNull Collection<Package> readPackageList(String resourceName) throws IOException - Throws:
IOException
-