-
public interface Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCategory()
ClassLoader
getClassLoader()
String
getDisplayName()
List<String>
getModuleArtifacts()
List<String>
getModuleClasspath()
String
getSymbolicName()
boolean
isDefault()
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()
-
-