home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / System Profiler.app / Contents / Resources / System Profiler.scriptTerminology < prev    next >
Encoding:
Text File  |  2004-03-19  |  944 b   |  32 lines

  1. {
  2.     "Name" = "System Profiler suite";
  3.     "Description" = "System Profiler specific classes.";
  4.  
  5.     "Classes" = {
  6.         "NSApplication" = {
  7.             "Name" = "application";
  8.             "PluralName" = "applications";
  9.             "Description" = "System Profiler top level scripting object.";
  10.             "Attributes" = {
  11.                 "systemProfile" = {
  12.                     "Name" = "system profile";
  13.                     "Description" = "a system profile for the current machine.";
  14.                 };
  15.             };
  16.         };
  17.         "SPDocument" = {
  18.             "Name" = "document";
  19.             "PluralName" = "documents";
  20.             "Description" = "A systemProfileFromDocument document.";
  21.             "Attributes" = {
  22.                 "string" = {
  23.                     "Name" = "profile";
  24.                     "Description" = "system profile info returned from the document.";
  25.                 };
  26.             };
  27.  
  28.         };
  29.  
  30.     };
  31. }
  32.