|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleInfo | |
---|---|
org.deegree.commons.config | |
org.deegree.commons.modules |
Uses of ModuleInfo in org.deegree.commons.config |
---|
Methods in org.deegree.commons.config that return types with arguments of type ModuleInfo | |
---|---|
Collection<ModuleInfo> |
DeegreeWorkspace.getModulesInfo()
Returns the ModuleInfo for all deegree modules in the workspace. |
Uses of ModuleInfo in org.deegree.commons.modules |
---|
Methods in org.deegree.commons.modules that return ModuleInfo | |
---|---|
static ModuleInfo |
ModuleInfo.extractModuleInfo(URL classpathURL)
Returns the ModuleInfo for the deegree module on the given classpath. |
Methods in org.deegree.commons.modules that return types with arguments of type ModuleInfo | |
---|---|
static Collection<ModuleInfo> |
ModuleInfo.extractModulesInfo(Set<URL> classpathURLs)
Returns the ModuleInfo s for the deegree modules on the given classpathes. |
static Collection<ModuleInfo> |
ModuleInfo.getModulesInfo()
Returns the ModuleInfo s for the deegree modules accessible by the default classloader. |
Methods in org.deegree.commons.modules with parameters of type ModuleInfo | |
---|---|
int |
ModuleInfo.compareTo(ModuleInfo that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |