public static interface Feature.FeatureAccess
Modifier and Type | Method and Description |
---|---|
Class<?> |
findClassByName(String className)
Returns a class if it is present on the classpath.
|
ClassLoader |
getApplicationClassLoader()
Returns the
ClassLoader that can find all classes of the class path and module
path. |
List<Path> |
getApplicationClassPath()
Returns the class path of the native image that is currently built.
|
List<Path> |
getApplicationModulePath()
Returns the module path of the native image that is currently built.
|
Class<?> findClassByName(String className)
List<Path> getApplicationClassPath()
List<Path> getApplicationModulePath()
ClassLoader getApplicationClassLoader()
ClassLoader
that can find all classes of the class path and module
path.