public class CodeUploader extends BasicToolImp
browser, ideUpdater| Constructor and Description |
|---|
CodeUploader(Browser browser)
Initialises the class giving access to diagrams in run-time
|
CodeUploader(String file)
Initialises the class with a file containing a INGENIAS specification
|
| Modifier and Type | Method and Description |
|---|---|
Vector<ProjectProperty> |
defaultProperties()
This module defines no properties
|
static byte[] |
getCheckSum(String content) |
String |
getDescription()
Gets the description of this module
|
static byte[] |
getLastCheckSum(String checksumprefix) |
String |
getName()
Gets the name of this module
|
String |
getVersion() |
static void |
main(String[] args)
Generates an stats report from a INGENIAS specification file (1st param)
|
void |
run()
It opens the different files generated under the ingenias/jade/components folder looking
for specific tags.
|
static void |
storeChecksum(String checksumprefix,
byte[] checksum) |
getBrowser, getIdeUpdater, getIds, getProperties, getProperty, getResources, getTrace, putProperty, setIdeUpdater, setIds, setProperties, setProperty, setResourcespublic CodeUploader(String file) throws Exception
file - Path to file containing INGENIAS specificationException - Error accessing any file or malformed XML exceptionpublic String getVersion()
public String getDescription()
getDescription in interface BasicToolgetDescription in class BasicToolImppublic String getName()
getName in interface BasicToolgetName in class BasicToolImppublic void run()
run in interface BasicToolrun in class BasicToolImppublic Vector<ProjectProperty> defaultProperties()
defaultProperties in class BasicToolImppublic static byte[] getCheckSum(String content) throws NoSuchAlgorithmException, UnsupportedEncodingException
public static byte[] getLastCheckSum(String checksumprefix) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static void storeChecksum(String checksumprefix, byte[] checksum) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2012. All Rights Reserved.