NodeAddress
A helper class used to translate database addresses to file paths.
Static Method Summary
| Static Public Methods | ||
| public static |
extensionFor(dataType: Object, typeDefinition: Object): String Returns the extension to use for a database node. |
|
| public static |
getNodePath(file: AtviseFile): String Returns a node path for an AtviseFile. |
|
| public static |
toFilePath(referenceDescription: Object, readResults: Object): String Returns a file path for a node |
|
Static Public Methods
public static extensionFor(dataType: Object, typeDefinition: Object): String source
Returns the extension to use for a database node.
public static getNodePath(file: AtviseFile): String source
Returns a node path for an AtviseFile.
Params:
| Name | Type | Attribute | Description |
| file | AtviseFile | The file to get the path for. |