![]() |
Published Studio Framework and Tool APIs allow to plugin custom tools as tool archives. To import a tool:
Given a JAR, the class ToolJarReader in com.pramati.studio.config file creates tool configuration information objects. The JAR should have a manifest file with all necessary entries. Studio registers all features of the tool immediately. There is no need to restart Studio to access the new tool.
The class ToolJarReader in com.pramati.studio.config creates the tool configuration information objects. The JAR should have a manifest file with all required entries.
To add a manifest file to an existing JAR, at the command prompt type:
where <manifest-content-text-file> is a simple text file that contains all information present in the manifest file MANIFEST.MF. The manifest file in the JAR should contain the following information:
Click Import Tool. It displays a message prompting to enter the JAR name. Studio allows to deploy and undeploy the tool. To understand the format of the manifest file, see the sample:
Name: ManifestWizard Pramati-Studio-Tool: true Tool-Class-Path: Tool-Main-Class: com.pramati.studio.tools.manifestwizard.ManifestProperties- Panel Description: Dummy tool for importing in Pramati Studio Error-Message:
Note: The tool main class `ManifestWizard' in the example is a dummy tool.
Tools++ is a collection of tools that can be plugged into Studio to enhance functionality and scope. Tools presently supported are JAD Tool, Export to HTML, and Memory Grapher. For details and download, visit Pramati website.
You can also contribute ideas to write new tools and configure them in Studio.
| Pramati Technologies © Copyright |
|