home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / macos / Baseline / Baseline.app / Contents / Resources / Baseline.sdef < prev    next >
Encoding:
Extensible Markup Language  |  2008-03-31  |  1.1 KB  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
  3. <dictionary title="Baseline Suite">
  4.   <suite name="Baseline Suite" code="MMBa" description="Commands and Classes for Baseline Scripting">
  5.  
  6.     <command name="scan" code="MMBascan"
  7.              description="Scans the currently selected volume, or stops scanning if it is scanning already.">
  8.       <cocoa class="MMICleanerScanCommand"/>
  9.     </command>
  10.  
  11.     <command name="selectedVolumeIsBusy" code="MMBasvib"
  12.              description="Returns true if currently selected node is busy (scanning, saving or loading), and false otherwise.">
  13.       <cocoa class="MMICleanerIsSelectedVolumeBusyCommand"/>
  14.          <result type="boolean" 
  15.                 description="true or false, whether the selected volume is busy or not."/>
  16.     </command>
  17.  
  18.     <class name="application" code="capp" description="Baseline top-level scripting object.">
  19.       <cocoa class="NSApplication"/>
  20.       <responds-to name="scan">
  21.           <cocoa method=""/>
  22.       </responds-to>
  23.     </class>
  24.  
  25.   </suite>
  26. </dictionary>