-
public interface Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCategory()ClassLoadergetClassLoader()StringgetDisplayName()List<String>getModuleArtifacts()List<String>getModuleClasspath()StringgetSymbolicName()booleanisDefault()Class<?>loadClass(String className)
-
-
-
Method Detail
-
getSymbolicName
String getSymbolicName()
-
getCategory
String getCategory()
-
getDisplayName
String getDisplayName()
-
loadClass
Class<?> loadClass(String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getClassLoader
ClassLoader getClassLoader()
-
isDefault
boolean isDefault()
-
-