Sample Code Sample Code: Tool Descriptor


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE component PUBLIC '-//Sun Microsystems, Inc.//Viper Component//EN' 'http://www.sun.com/solaris/management/dtds/viperbean_1_0.dtd'>
<component version="1.0">
<tool>
        <interface>com.mycompany.myproduct.MyService</interface>
        <provider-class>com.mycompany.myproduct.MyTool</provider-class>
        <help-base>com.mycompany.myproduct.helpset.myhelpset</help-base>
        <api-version>1.0</api-version>
        <scope>file</scope>
        <tool-context>TC_APPLICATION_GUI</tool-context>
</tool>
<resource-bundle>com.mycompany.myproduct.MyToolResources</resource-bundle>
</component>