Package com.seeq.link.sdk.utilities
Class ClassPathUtilities
java.lang.Object
com.seeq.link.sdk.utilities.ClassPathUtilities
Utility class allowing one to dynamically add entries to the classpath.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A classloader where addURL method is exposed -
Method Summary
Modifier and TypeMethodDescriptionReturns the classloader that may be used to load resources and classes from the dynamic classpathstatic ClassPathUtilities
instance()
Creates an instance of the class if it was not already created.
-
Method Details
-
instance
Creates an instance of the class if it was not already created. This class is a singleton.- Returns:
- instance of the class
-
getClassLoader
Returns the classloader that may be used to load resources and classes from the dynamic classpath- Returns:
- the classloader
-