Class JarModuleFinder

java.lang.Object
org.jboss.modules.JarModuleFinder
All Implemented Interfaces:
ModuleFinder

public final class JarModuleFinder extends Object implements ModuleFinder
A module finder which uses a JAR file as a module repository.
  • Field Details

  • Constructor Details

    • JarModuleFinder

      public JarModuleFinder(ModuleIdentifier myIdentifier, JarFile jarFile)
      Construct a new instance.
      Parameters:
      myIdentifier - the identifier to use for the JAR itself
      jarFile - the JAR file to encapsulate
  • Method Details