public interface Module
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
ClassLoader |
getClassLoader() |
String |
getDisplayName() |
List<String> |
getModuleArtifacts() |
List<String> |
getModuleClasspath() |
String |
getSymbolicName() |
boolean |
isDefault() |
Class<?> |
loadClass(String className) |
String getSymbolicName()
String getCategory()
String getDisplayName()
Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundException
ClassLoader getClassLoader()
boolean isDefault()
Copyright © 2020 Actian Corporation. All rights reserved.