public class ModuleConvertor
extends java.lang.Object
Module interface provides the whole information
about a module for validation or generation| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createUri(Module module,
ModuleEntry entry)
Returns the unique URI string of the given entry in the given module
|
static java.lang.String |
createUri(java.lang.String moduleName,
java.lang.String moduleVersion,
java.lang.String fileName)
Returns the unique URI string of the given entry in the given module.
|
static com.whitestein.lsps.generation.Source |
getSource(ModuleEntry entry,
Module module)
Returns a source for the given entry.
|
static com.whitestein.lsps.generation.Sources |
getSources(Module module)
Returns the map of the module sources
|
public static com.whitestein.lsps.generation.Sources getSources(Module module)
module - public static com.whitestein.lsps.generation.Source getSource(ModuleEntry entry, Module module)
entry - module - public static java.lang.String createUri(Module module, ModuleEntry entry)
module - entry - public static java.lang.String createUri(java.lang.String moduleName,
java.lang.String moduleVersion,
java.lang.String fileName)
moduleName - moduleVersion - fileName - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.