Uses of Class
org.jboss.modules.DependencySpec

Packages that use DependencySpec
org.jboss.modules The primary JBoss Modules API. 
 

Uses of DependencySpec in org.jboss.modules
 

Methods in org.jboss.modules that return DependencySpec
static DependencySpec DependencySpec.createLocalDependencySpec()
          Create a dependency on the current module's local resources.
static DependencySpec DependencySpec.createLocalDependencySpec(LocalLoader localLoader, Set<String> loaderPaths)
          Create a dependency on the given local loader.
static DependencySpec DependencySpec.createLocalDependencySpec(LocalLoader localLoader, Set<String> loaderPaths, boolean export)
          Create a dependency on the given local loader.
static DependencySpec DependencySpec.createLocalDependencySpec(PathFilter importFilter, PathFilter exportFilter)
          Create a dependency on the current module's local resources.
static DependencySpec DependencySpec.createLocalDependencySpec(PathFilter importFilter, PathFilter exportFilter, LocalLoader localLoader, Set<String> loaderPaths)
          Create a dependency on the given local loader.
static DependencySpec DependencySpec.createLocalDependencySpec(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter)
          Create a dependency on the current module's local resources.
static DependencySpec DependencySpec.createLocalDependencySpec(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, LocalLoader localLoader, Set<String> loaderPaths)
          Create a dependency on the given local loader.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleIdentifier identifier, boolean export, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean export, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
static DependencySpec DependencySpec.createModuleDependencySpec(PathFilter importFilter, PathFilter exportFilter, PathFilter resourceImportFilter, PathFilter resourceExportFilter, ClassFilter classImportFilter, ClassFilter classExportFilter, ModuleLoader moduleLoader, ModuleIdentifier identifier, boolean optional)
          Create a dependency on the given module.
 

Methods in org.jboss.modules with parameters of type DependencySpec
 ModuleSpec.Builder ModuleSpec.Builder.addDependency(DependencySpec dependencySpec)
          Add a dependency specification.
 

Method parameters in org.jboss.modules with type arguments of type DependencySpec
protected  void ModuleLoader.setAndRelinkDependencies(Module module, List<DependencySpec> dependencies)
          Replaces the dependencies for the specified module and relinks against the new modules This is an advanced method that should be used carefully, since it alters a live module.
 



Copyright © 2011. All Rights Reserved.