Package | Description |
---|---|
org.diet4j.core | |
org.diet4j.jsvc |
Modifier and Type | Field and Description |
---|---|
protected ModuleMeta[] |
ModuleResolutionCandidateNotUniqueException.theFoundMetas
The ModuleMetas that were found.
|
protected ModuleMeta |
Module.theModuleMeta
The ModuleMeta for this Module.
|
protected ModuleMeta |
ModuleRegistryEvent.theModuleMeta
The ModuleMeta to which this event relates.
|
protected ModuleMeta |
ModuleException.theModuleMeta
The ModuleMeta whose Module had a problem.
|
Modifier and Type | Method and Description |
---|---|
ModuleMeta[] |
MiniModuleMetaMap.allValues()
Obtain all values in the map, regardless of key.
|
ModuleMeta[] |
AbstractScanningModuleRegistry.determineResolutionCandidates(ModuleRequirement req)
Determine the ModuleMetas that are candidates to resolve a Module dependency, based
on the knowledge of this ModuleRegistry.
|
abstract ModuleMeta[] |
ModuleRegistry.determineResolutionCandidates(ModuleRequirement req)
Determine the ModuleMetas that are candidates to resolve a Module dependency, based
on the knowledge of this ModuleRegistry.
|
ModuleMeta |
AbstractModuleRegistry.determineSingleResolutionCandidate(ModuleRequirement req)
Convenience method to determine the one and only ModuleMeta that is the only candidate to resolve a Module
dependency, based on the knowledge of this ModuleRegistry.
|
abstract ModuleMeta |
ModuleRegistry.determineSingleResolutionCandidate(ModuleRequirement req)
Convenience method to determine the one and only ModuleMeta that is the only candidate to resolve a Module
dependency, based on the knowledge of this ModuleRegistry.
|
ModuleMeta[] |
ModuleRequirement.findVersionMatchesFrom(ModuleMeta[] candidates)
Given an ordered set of ModuleMetas, find the matching versions.
|
ModuleMeta[] |
MiniModuleMetaMap.get(String key)
Obtain the value for a given key.
|
ModuleMeta |
Module.getModuleMeta()
Obtain the ModuleMeta for this Module.
|
ModuleMeta |
ModuleRegistryEvent.getModuleMeta()
Obtain the ModuleMeta to which this event relates.
|
ModuleMeta |
ModuleException.getModuleMeta()
Obtain the ModuleMeta whose Module had a problem.
|
protected static ModuleMeta |
AbstractScanningModuleRegistry.parseMetadataFiles(DocumentBuilderFactory dbf,
JarFile jar,
InputStream pomXmlEntryStream,
InputStream pomPropertiesEntryStream,
InputStream manifestEntryStream,
InputStream pomFileStream)
Helper method to parse metadata jar file entries into a ModuleMeta.
|
ModuleMeta[] |
MiniModuleMetaMap.put(String key,
ModuleMeta[] value)
Add a key-value mapping to the map.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractScanningModuleRegistry.addModuleMeta(ModuleMeta add,
HashMap<String,MiniModuleMetaMap> metas)
Add another ModuleMeta during runtime.
|
ModuleMeta[] |
ModuleRequirement.findVersionMatchesFrom(ModuleMeta[] candidates)
Given an ordered set of ModuleMetas, find the matching versions.
|
Module |
AbstractModuleRegistry.getResolutionOf(ModuleMeta meta)
Determine whether a certain ModuleMeta is resolved already, and if so,
return it.
|
abstract Module |
ModuleRegistry.getResolutionOf(ModuleMeta meta)
Determine whether a certain ModuleMeta is resolved already, and if so,
return it.
|
boolean |
ModuleRequirement.matches(ModuleMeta candidate)
Determine whether a candidate ModuleMeta meets this ModuleRequirement.
|
ModuleMeta[] |
MiniModuleMetaMap.put(String key,
ModuleMeta[] value)
Add a key-value mapping to the map.
|
Module |
AbstractModuleRegistry.resolve(ModuleMeta meta)
Recursively resolve this ModuleMeta into a Module.
|
abstract Module |
ModuleRegistry.resolve(ModuleMeta meta)
Recursively resolve this ModuleMeta into a Module.
|
Module |
AbstractModuleRegistry.resolve(ModuleMeta meta,
boolean recursive)
Resolve this ModuleMeta into a Module.
|
abstract Module |
ModuleRegistry.resolve(ModuleMeta meta,
boolean recursive)
Resolve this ModuleMeta into a Module.
|
Modifier and Type | Field and Description |
---|---|
protected ModuleMeta |
Diet4jDaemon.theRootModuleMeta |
Copyright © 2018. All rights reserved.