Class ClasspathFilePluginSetupDescriptor

java.lang.Object
de.iip_ecosphere.platform.support.plugins.URLPluginSetupDescriptor
de.iip_ecosphere.platform.support.plugins.ClasspathFilePluginSetupDescriptor
All Implemented Interfaces:
PluginSetupDescriptor

public class ClasspathFilePluginSetupDescriptor extends URLPluginSetupDescriptor
Loads a plugin from a given classpath file assuming that the referenced relative URLs are in a sibling folder.
Author:
Holger Eichelberger, SSE
  • Field Details

    • cpFile

      private File cpFile
    • descriptorOnly

      private boolean descriptorOnly
  • Constructor Details

    • ClasspathFilePluginSetupDescriptor

      public ClasspathFilePluginSetupDescriptor(File cpFile)
      Creates the descriptor for the given classpath file.
      Parameters:
      cpFile - the classpath file
    • ClasspathFilePluginSetupDescriptor

      public ClasspathFilePluginSetupDescriptor(File cpFile, boolean descriptorOnly)
      Creates the descriptor for the given classpath file.
      Parameters:
      cpFile - the classpath file
      descriptorOnly - load the descriptor JARs only or the full thing
  • Method Details