Class ClassPathUtilities

java.lang.Object
com.seeq.link.sdk.utilities.ClassPathUtilities

public class ClassPathUtilities extends Object
Utility class allowing one to dynamically add entries to the classpath.
  • Method Details

    • instance

      public static ClassPathUtilities instance()
      Creates an instance of the class if it was not already created. This class is a singleton.
      Returns:
      instance of the class
    • getClassLoader

      public ClassLoader getClassLoader()
      Returns the classloader that may be used to load resources and classes from the dynamic classpath
      Returns:
      the classloader