Extending Developer Studio
Installation directory for Developer Studio plug-ins
To integrate a custom plug-in with Developer Studio, put the plug-in's .jar file in the ARSystemInstallDir\DeveloperStudio\plugins directory.
Developer Studio Java API
To incorporate additional functionality (such as information about AR System objects and workflow) into custom plug-ins, use the public Java API calls in the com.bmc.arsys.studio.model plug-in.
These calls are described in the Developer Studio Java API online documentation, which is in the DevStudioInstallDir\files\DevStudioAPIdoc.zip file.
To access the documentation, unzip the file, and open the index.html file.
Action | Reference |
Check the prerequisites listed in this topic before creating plug-ins. | |
Use the public Developer Studio plug-in extension points to create plug-ins that extend its user interface | |
Refer to the extension points for Developer Studio. |