Class ClassloaderOption
java.lang.Object
org.apache.ignite.migrationtools.cli.mixins.ClassloaderOption
Option that allows the user to add 3rd party libraries to the command custom classloader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclassloader(Path[] jarFilePaths) Parses the command line argument and create the classloader field.
-
Constructor Details
-
ClassloaderOption
public ClassloaderOption()
-
-
Method Details
-
classloader
Parses the command line argument and create the classloader field.- Parameters:
jarFilePaths- Cmd line argument.
-
clientClassLoader
-