Uses of Class
org.pf4j.PluginClasspath
Packages that use PluginClasspath
-
Uses of PluginClasspath in org.pf4j
Subclasses of PluginClasspath in org.pf4jModifier and TypeClassDescriptionclass
The default values areDefaultPluginClasspath.CLASSES_DIR
and#LIB_DIR
.class
It's a compoundPluginClasspath
(DevelopmentPluginClasspath.MAVEN
+DevelopmentPluginClasspath.GRADLE
+DevelopmentPluginClasspath.KOTLIN
) used in development mode (RuntimeMode.DEVELOPMENT
).Fields in org.pf4j declared as PluginClasspathModifier and TypeFieldDescriptionstatic final PluginClasspath
DevelopmentPluginClasspath.GRADLE
The development plugin classpath for Gradle.static final PluginClasspath
DevelopmentPluginClasspath.IDEA
The development plugin classpath for IDEA.static final PluginClasspath
DevelopmentPluginClasspath.KOTLIN
The development plugin classpath for Kotlin.static final PluginClasspath
DevelopmentPluginClasspath.MAVEN
The development plugin classpath for Maven.protected PluginClasspath
BasePluginLoader.pluginClasspath
Methods in org.pf4j that return PluginClasspathModifier and TypeMethodDescriptionPluginClasspath.addClassesDirectories
(String... classesDirectories) PluginClasspath.addClassesDirectories
(Collection<String> classesDirectories) PluginClasspath.addJarsDirectories
(String... jarsDirectories) PluginClasspath.addJarsDirectories
(Collection<String> jarsDirectories) Constructors in org.pf4j with parameters of type PluginClasspathModifierConstructorDescriptionBasePluginLoader
(PluginManager pluginManager, PluginClasspath pluginClasspath)