Skip navigation links
C D F J M R S 

C

ClassPathUtils - Interface in com.github.bderancourt.springboot.isolatedrunner.util
 
com.github.bderancourt.springboot.isolatedrunner - package com.github.bderancourt.springboot.isolatedrunner
 
com.github.bderancourt.springboot.isolatedrunner.launcher - package com.github.bderancourt.springboot.isolatedrunner.launcher
 
com.github.bderancourt.springboot.isolatedrunner.util - package com.github.bderancourt.springboot.isolatedrunner.util
 
constructClassPath(String, URL) - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.DirDependency
Constructs the spring-boot app classpath.
createClassLoader(URL[]) - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.DirDependency
Create a classloader for the specified URLs.
createClassLoader(URL[]) - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.JarDependency
Create a classloader for the specified URLs.

D

Dependency - Interface in com.github.bderancourt.springboot.isolatedrunner.launcher
 
DirDependency - Class in com.github.bderancourt.springboot.isolatedrunner.launcher
 
DirDependency(URL, String, String) - Constructor for class com.github.bderancourt.springboot.isolatedrunner.launcher.DirDependency
 

F

findDependencyURL(String...) - Static method in interface com.github.bderancourt.springboot.isolatedrunner.util.ClassPathUtils
Find URL in the current program classpath based on the dependency infos passed in args.
For example: findDependencyURL("mycompany", "my-spring-boot-app")
will return:
findDependencyURL(List<URL>, String...) - Static method in interface com.github.bderancourt.springboot.isolatedrunner.util.ClassPathUtils
Find URL in the classLoaderUrls list based on the dependency infos for example: findDependencyURL("mycompany", "my-spring-boot-app") will return:

J

JarDependency - Class in com.github.bderancourt.springboot.isolatedrunner.launcher
 
JarDependency(List<URL>, Archive, String, String) - Constructor for class com.github.bderancourt.springboot.isolatedrunner.launcher.JarDependency
 

M

MANIFEST_CLASSPATH - Static variable in interface com.github.bderancourt.springboot.isolatedrunner.launcher.Dependency
 

R

run() - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.SpringBootIsolatedLauncher
 
RUNNER_CLASS - Static variable in interface com.github.bderancourt.springboot.isolatedrunner.launcher.Dependency
 

S

SpringBootIsolatedLauncher - Class in com.github.bderancourt.springboot.isolatedrunner.launcher
 
SpringBootIsolatedLauncher(Class<?>, String[], String) - Constructor for class com.github.bderancourt.springboot.isolatedrunner.launcher.SpringBootIsolatedLauncher
 
SpringBootIsolatedRunner - Class in com.github.bderancourt.springboot.isolatedrunner
The class you need to use to start your spring-boot apps each in an isolated classpath and thread
SpringBootIsolatedRunner(String, String...) - Constructor for class com.github.bderancourt.springboot.isolatedrunner.SpringBootIsolatedRunner
Constructor
start(String[]) - Method in interface com.github.bderancourt.springboot.isolatedrunner.launcher.Dependency
 
start(String[]) - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.DirDependency
 
start(String[]) - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.JarDependency
 
start(String[]) - Method in class com.github.bderancourt.springboot.isolatedrunner.SpringBootIsolatedRunner
 
stop() - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.DirDependency
 
stop() - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.JarDependency
 
stop() - Method in class com.github.bderancourt.springboot.isolatedrunner.launcher.SpringBootIsolatedLauncher
 
C D F J M R S 
Skip navigation links

Copyright © 2019. All rights reserved.