Class ExternalModuleSpecService

java.lang.Object
org.jboss.as.server.moduleservice.ExternalModuleSpecService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ModuleDefinition>, org.jboss.msc.value.Value<ModuleDefinition>

public class ExternalModuleSpecService extends Object implements org.jboss.msc.service.Service<ModuleDefinition>
Service that manages the module spec for external modules (i.e. modules that reside outside of the application server).
Author:
Stuart Douglas
  • Field Details

    • MAX_NUMBER_OF_JAR_RESOURCES

      public static final int MAX_NUMBER_OF_JAR_RESOURCES
  • Constructor Details

    • ExternalModuleSpecService

      @Deprecated(forRemoval=true, since="28.0.0") public ExternalModuleSpecService(org.jboss.modules.ModuleIdentifier moduleIdentifier, File file)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new ExternalModuleSpecService.
      Parameters:
      moduleIdentifier - the module identifier
      file - the file
    • ExternalModuleSpecService

      public ExternalModuleSpecService(String moduleIdentifier, File file)
  • Method Details