Uses of Class
com.gigaspaces.start.ClasspathBuilder
Packages that use ClasspathBuilder
-
Uses of ClasspathBuilder in com.gigaspaces.internal.services
Methods in com.gigaspaces.internal.services with parameters of type ClasspathBuilderModifier and TypeMethodDescriptionprotected voidAuthServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected voidMcpServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected voidRestServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected voidRestV3ServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected abstract voidServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected voidWebuiServiceFactory.initializeClasspath(ClasspathBuilder classpath) protected voidZooKeeperServiceFactory.initializeClasspath(ClasspathBuilder classpath) -
Uses of ClasspathBuilder in com.gigaspaces.start
Methods in com.gigaspaces.start that return ClasspathBuilderModifier and TypeMethodDescriptionClasspathBuilder.appendJar(XapModules module) ClasspathBuilder.appendJars(Path path) ClasspathBuilder.appendJars(Path path, java.util.function.Predicate<Path> filter) ClasspathBuilder.appendLibRequiredJars(ClassLoaderType clType) ClasspathBuilder.appendOptionalJars(String subpath) ClasspathBuilder.appendOptionalJars(String subpath, java.util.function.Predicate<Path> filter) ClasspathBuilder.appendPlatformJars(String subpath) ClasspathBuilder.appendRequiredJar(String jar) ClasspathBuilder.appendToolsJar(XapModules module) -
Uses of ClasspathBuilder in org.jini.rio.boot
Methods in org.jini.rio.boot with parameters of type ClasspathBuilderModifier and TypeMethodDescriptionvoidServiceClassLoader.addURLs(ClasspathBuilder classpathBuilder) Method parameters in org.jini.rio.boot with type arguments of type ClasspathBuilderModifier and TypeMethodDescriptionstatic booleanServiceClassLoader.appendIfContext(java.util.function.Supplier<ClasspathBuilder> classpathBuilderSupplier)