Top Deprecated
JBoss Modules 2.1.3.Final

Deprecated API


No API in this release is deprecated for removal.

Deprecated Item Summary

SinceDeprecated Item and Description

Returns:

the module alias target
org.jboss.modules.AliasModuleSpec.getAliasTarget
()

Use getAliasName() instead.

org.jboss.modules.ClassLoaderLocalLoader.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createClassLoaderDependencySpec
(final ClassLoader
the class loader
classLoader
,
final Set<String>
the set of paths to use from this class loader
loaderPaths
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createClassLoaderDependencySpec
(final ClassLoader
the class loader
classLoader
,
final Set<String>
the set of paths to use from this class loader
loaderPaths
,
boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createClassLoaderDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final ClassLoader
the class loader
classLoader
,
final Set<String>
the set of paths to use from this class loader
loaderPaths
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final PathFilter
the resource import filter to apply
resourceImportFilter
,
final PathFilter
the resource export filter to apply
resourceExportFilter
,
final ClassFilter
the class import filter to apply
classImportFilter
,
final ClassFilter
the class export filter to apply
classExportFilter
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final LocalLoader
the local loader
localLoader
,
final Set<String>
the set of paths that is exposed by the local loader
loaderPaths
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final LocalLoader
the local loader
localLoader
,
final Set<String>
the set of paths that is exposed by the local loader
loaderPaths
,
boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final LocalLoader
the local loader
localLoader
,
final Set<String>
the set of paths that is exposed by the local loader
loaderPaths
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createLocalDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final PathFilter
the resource import filter to apply
resourceImportFilter
,
final PathFilter
the resource export filter to apply
resourceExportFilter
,
final ClassFilter
the class import filter to apply
classImportFilter
,
final ClassFilter
the class export filter to apply
classExportFilter
,
final LocalLoader
the local loader
localLoader
,
final Set<String>
the set of paths that is exposed by the local loader
loaderPaths
)

Use LocalDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleIdentifier
the module identifier
identifier
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final String
the module name
name
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if the dependency should be exported by default
export
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final String
the module name
name
,
final boolean
true if the dependency should be exported by default
export
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final String
the module name
name
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final String
the module name
name
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final String
the module name
name
,
final boolean
true if this is a fully re-exported dependency, false if it should not be exported
export
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the export filter to apply
exportFilter
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the export filter to apply
exportFilter
,
final String
the module name
name
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the export filter to apply
exportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the export filter to apply
exportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final String
the module name
name
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final String
the module name
name
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final PathFilter
the resource import filter to apply
resourceImportFilter
,
final PathFilter
the resource export filter to apply
resourceExportFilter
,
final ClassFilter
the class import filter to apply
classImportFilter
,
final ClassFilter
the class export filter to apply
classExportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final ModuleIdentifier
the module identifier
identifier
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

Returns:

the dependency spec
org.jboss.modules.DependencySpec.createModuleDependencySpec
(final PathFilter
the import filter to apply
importFilter
,
final PathFilter
the export filter to apply
exportFilter
,
final PathFilter
the resource import filter to apply
resourceImportFilter
,
final PathFilter
the resource export filter to apply
resourceExportFilter
,
final ClassFilter
the class import filter to apply
classImportFilter
,
final ClassFilter
the class export filter to apply
classExportFilter
,
final ModuleLoader
the specific module loader from which the module should be acquired
moduleLoader
,
final String
the module name
name
,
final boolean
true if the dependency is optional, false if it is mandatory
optional
)

Use ModuleDependencySpecBuilder instead.

org.jboss.modules.FileSystemClassPathModuleFinder.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

Returns:

an iterator for the modules in this module finder
org.jboss.modules.IterableModuleFinder.iterateModules
(ModuleIdentifier
the identifier to start with, or null to iterate all modules
baseIdentifier
,
boolean
true to find recursively nested modules, false to only find immediately nested modules
recursive
)

Use iterateModules(String, boolean, ModuleLoader) instead.

Returns:

an iterator for the modules in this module finder
org.jboss.modules.IterableModuleFinder.iterateModules
(String
the identifier to start with, or null to iterate all modules; ignored if this module loader does not have a concept of nested modules
baseName
,
boolean
true to find recursively nested modules, false to only find immediately nested modules; ignored if this module finder does not have a concept of nested modules
recursive
)

Use iterateModules(String, boolean, ModuleLoader) instead.

org.jboss.modules.JarModuleFinder

FileSystemClassPathModuleFinder and/or ResourceLoaderModuleFinder should be used instead for more complete functionality.

org.jboss.modules.JarModuleFinder.JarModuleFinder(final ModuleIdentifier
the identifier to use for the JAR itself
myIdentifier
,
final JarFile
the JAR file to encapsulate
jarFile
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

org.jboss.modules.JarModuleFinder.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.LocalModuleFinder.accessControlContext

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

Returns:

the module specification
org.jboss.modules.LocalModuleFinder.parseModuleXmlFile
(final ModuleIdentifier
the identifier to load
identifier
,
final ModuleLoader
the delegate module loader to use for module specifications
delegateLoader
,
final File...
the repository root paths to search
roots
)

Use parseModuleXmlFile(String, ModuleLoader, File...) instead.

org.jboss.modules.Main.getProviderContext(final Class<? extends Provider> providerClass)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

Returns:

the resource
org.jboss.modules.Module.getExportedResource
(final String
the module root to search
rootPath
,
final String
the path of the resource
resourcePath
)

Resource root names are deprecated.

Returns:

the identifier
org.jboss.modules.Module.getIdentifier
()

Use getName() instead.

Returns:

the module
org.jboss.modules.Module.getModule
(final ModuleIdentifier
the module identifier
identifier
)

Use getModule(String) instead.

Returns:

the class
org.jboss.modules.Module.loadClassFromBootModuleLoader
(final ModuleIdentifier
the identifier of the module from which the class should be loaded
moduleIdentifier
,
final String
the class name to load
className
)

Use loadClassFromBootModuleLoader(String, String) instead.

Returns:

the class
org.jboss.modules.Module.loadClassFromCallerModuleLoader
(final ModuleIdentifier
the identifier of the module from which the class should be loaded
moduleIdentifier
,
final String
the class name to load
className
)

Use loadClassFromCallerModuleLoader(String, String) instead.

Returns:

the loaded service from the caller's module
org.jboss.modules.Module.loadServiceFromCallerModuleLoader
(ModuleIdentifier
the module identifier containing the service loader
identifier
,
Class<S>
the service type class
serviceType
)

Use loadServiceFromCallerModuleLoader(String, Class) instead.

Returns:

the resource, or null if it was not found
org.jboss.modules.ModuleClassLoader.loadResourceLocal
(final String
the root name
root
,
final String
the resource name
name
)

Returns:

the module identifier
org.jboss.modules.ModuleDependencySpec.getIdentifier
()

Use #getName() instead.

Returns:

the module specification, or null if no specification is found for this identifier
org.jboss.modules.ModuleFinder.findModule
(ModuleIdentifier
the module identifier
moduleIdentifier
,
ModuleLoader
the module loader from which dependencies should be resolved
delegateLoader
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

org.jboss.modules.ModuleIdentifier

This class has been deprecated in favor of name strings; however, programs using identifiers will continue to function correctly.

org.jboss.modules.ModuleIdentifier.CLASSPATH

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

Returns:

the identifier
org.jboss.modules.ModuleIdentifier.create
(final String
the name of the module
name
,
String
the slot this module belongs in
slot
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

Returns:

the identifier
org.jboss.modules.ModuleIdentifier.create
(String
the name of the module
name
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

Returns:

true if they are equal, false otherwise
org.jboss.modules.ModuleIdentifier.equals
(ModuleIdentifier
the other object
other
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

Returns:

the module identifier
org.jboss.modules.ModuleIdentifier.fromString
(String
the specification string
moduleSpec
)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

Returns:

the module, or null if it wasn't found
org.jboss.modules.ModuleLoader.findLoadedModuleLocal
(ModuleIdentifier
the module identifier
identifier
)

Use findLoadedModuleLocal(String) instead.

Returns:

the module specification
org.jboss.modules.ModuleLoader.findModule
(final ModuleIdentifier
the module identifier
moduleIdentifier
)

Use findModule(String) instead.

Returns:

an iterator for the modules in this module finder
org.jboss.modules.ModuleLoader.iterateModules
(final ModuleIdentifier
the identifier to start with, or null to iterate all modules
baseIdentifier
,
final boolean
true to find recursively nested modules, false to only find immediately nested modules
recursive
)

Use iterateModules(String, boolean) instead.

Returns:

The loaded Module
org.jboss.modules.ModuleLoader.loadModule
(ModuleIdentifier
The module identifier
identifier
)

Use loadModule(String) instead.

Returns:

the module
org.jboss.modules.ModuleLoader.loadModuleLocal
(ModuleIdentifier
the module identifier
moduleIdentifier
)

Use loadModuleLocal(String) instead.

Returns:

the load result, or null if the module is not found
org.jboss.modules.ModuleLoader.preloadExportedModule
(ModuleIdentifier
the module identifier
identifier
)

Use preloadModule(String) instead.

Returns:

the load result, or null if the module is not found
org.jboss.modules.ModuleLoader.preloadModule
(ModuleIdentifier
the module identifier (must not be null)
identifier
)

Use preloadModule(String) instead.

Returns:

the delegation result
org.jboss.modules.ModuleLoader.preloadModule
(ModuleIdentifier
the module identifier
identifier
,
ModuleLoader
the module loader to delegate to
moduleLoader
)

Use preloadModule(String, ModuleLoader) instead.

Returns:

the module identifier
org.jboss.modules.ModuleSpec.AliasBuilder.getIdentifier
()

Use getName() instead.

Returns:

the module identifier
org.jboss.modules.ModuleSpec.Builder.getIdentifier
()

use getName() instead

Returns:

this builder
org.jboss.modules.ModuleSpec.Builder.setClassFileTransformer
(ClassFileTransformer
the class file transformer
classFileTransformer
)

Use setClassFileTransformer(ClassTransformer) instead.

Returns:

the builder
org.jboss.modules.ModuleSpec.build
(final ModuleIdentifier
the module identifier
moduleIdentifier
)

Use build(String) instead.

Returns:

the builder
org.jboss.modules.ModuleSpec.buildAlias
(final ModuleIdentifier
the module identifier
moduleIdentifier
,
final ModuleIdentifier
the alias target identifier
aliasTarget
)

Use buildAlias(String, String) instead.

Returns:

the module identifier
org.jboss.modules.ModuleSpec.getModuleIdentifier
()

Use getName() instead.

org.jboss.modules.ModulesPolicy

Deprecated as a consequence of Policy being deprecated.

org.jboss.modules.ModulesPolicy.ModulesPolicy(final Policy policy)

Deprecated as a consequence of Policy being deprecated. See corresponding docs for further information.

org.jboss.modules.ModulesPolicy.getParameters()

Deprecated as a consequence of Policy.Parameters being deprecated. See corresponding docs for further information.

org.jboss.modules.ModulesPolicy.policy

Deprecated as a consequence of Policy being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResource.PathResource(Path path, final String name, AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResource.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResourceLoader.PathResourceLoader(final String rootName, final Path root, final AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResourceLoader.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResourceLoader.doPrivilegedIfNeeded(AccessControlContext context, Class<E> exceptionType, PrivilegedExceptionAction<T> action)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.PathResourceLoader.doPrivilegedIfNeeded(AccessControlContext context, PrivilegedExceptionAction<T> action)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

Returns:

the name of the root
org.jboss.modules.ResourceLoader.getRootName
()

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createFileResourceLoader
(final String
the name of the resource root
name
,
final File
the root file of the resource loader
root
)

Use createPathResourceLoader(Path) instead.

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createIterableFileResourceLoader
(final String
the name of the resource root
name
,
final File
the root file of the resource loader
root
)

Use createFileResourceLoader(String, File) instead.

Returns:

the filtered resource loader
org.jboss.modules.ResourceLoaders.createIterableFilteredResourceLoader
(final PathFilter
the path filter to apply
pathFilter
,
final IterableResourceLoader
the original loader to apply to
originalLoader
)

Use createFileResourceLoader(String, File) instead.

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createIterableJarResourceLoader
(final String
the name of the resource root
name
,
final JarFile
the backing JAR file
jarFile
)

Use createJarResourceLoader(JarFile) instead.

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createJarResourceLoader
(final String
the name of the resource root
name
,
final JarFile
the backing JAR file
jarFile
)

Use createJarResourceLoader(JarFile) instead.

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createJarResourceLoader
(final String
the name of the resource root
name
,
final JarFile
the backing JAR file
jarFile
,
final String relativePath)

Use createJarResourceLoader(JarFile, String) instead.

Returns:

the resource loader
org.jboss.modules.ResourceLoaders.createPathResourceLoader
(final String
the name of the resource root
name
,
final Path
the root path of the resource loader
path
)

Use createPathResourceLoader(Path) instead.

org.jboss.modules.log.JDKModuleLogger.JDKModuleLogger(final Logger
the main logger to write to
logger
,
final Logger
the main logger to write class-define-related trace messages to
defineLogger
)

Use JDKModuleLogger(String) instead.

org.jboss.modules.log.ModuleLogger.moduleDefined(ModuleIdentifier identifier, final ModuleLoader moduleLoader)

Deprecated as a consequence of ModuleIdentifier being deprecated. See corresponding docs for further information.

org.jboss.modules.maven.DefaultMavenResolver.context

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.maven.MavenArtifactUtil.doIo(PrivilegedExceptionAction<T> action, AccessControlContext context)

Deprecated as a consequence of AccessControlContext being deprecated. See corresponding docs for further information.

org.jboss.modules.security.ModularPermissionFactory.ModularPermissionFactory(final ModuleLoader
the module loader from which the module is to be loaded
moduleLoader
,
final ModuleIdentifier
the module identifier from which the permission is to be loaded
moduleIdentifier
,
final String
the name of the permission class
className
,
final String
the name to pass to the permission class constructor or null for none
targetName
,
final String
the action list to pass to the permission class constructor or null for none
permissionActions
)

Use ModularPermissionFactory(ModuleLoader, String, String, String, String) instead.

Returns:

a module specification
org.jboss.modules.xml.ModuleXmlParser.parseModuleXml
(final ModuleLoader
the module loader to use for dependency specifications
moduleLoader
,
final ModuleIdentifier
the module identifier of the module to load
moduleIdentifier
,
final File
the module path root
root
,
final File
the File of the module.xml content
moduleInfoFile
)

Use parseModuleXml(ModuleLoader, String, File, File) instead.

Returns:

a module specification
org.jboss.modules.xml.ModuleXmlParser.parseModuleXml
(final ModuleXmlParser.ResourceRootFactory
the resource root factory to use (must not be null)
factory
,
final String
the root path to send in to the resource root factory (must not be null)
rootPath
,
InputStream
a stream of the module.xml content (must not be null)
source
,
final String
the File of the module.xml content (must not be null)
moduleInfoFile
,
final ModuleLoader
the module loader to use for dependency specifications (must not be null)
moduleLoader
,
final ModuleIdentifier
the module identifier of the module to load
moduleIdentifier
)

Use parseModuleXml(ResourceRootFactory, String, InputStream, String, ModuleLoader, String) instead.

Returns:

a module specification
org.jboss.modules.xml.ModuleXmlParser.parseModuleXml
(final ModuleXmlParser.ResourceRootFactory
the resource root factory to use (must not be null)
factory
,
final MavenResolver
the Maven artifact resolver to use (must not be null)
mavenResolver
,
final String
the root path to send in to the resource root factory (must not be null)
rootPath
,
InputStream
a stream of the module.xml content (must not be null)
source
,
final String
the File of the module.xml content (must not be null)
moduleInfoFile
,
final ModuleLoader
the module loader to use for dependency specifications (must not be null)
moduleLoader
,
final ModuleIdentifier
the module identifier of the module to load
moduleIdentifier
)

Use parseModuleXml(ResourceRootFactory, MavenResolver, String, InputStream, String, ModuleLoader, String) instead.