Changes between Version 6 and Version 7 of RefactorClient


Ignore:
Timestamp:
09/20/06 21:43:04 (17 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v6 v7  
    3535||Launchd||||TL|| 
    3636||Emerge|||||| 
     37 
     38== Design Notes == 
     39 
     40Bcfg2.Client.Frame redirects calls to underlying tools. Its methods are: 
     41 * Inventory - Compare client state to configuration specification 
     42 * Install - Install wrong entries (sparsely, if specified) 
     43 * FindExtra - Locate extra entries using tool-specific heuristics 
     44 * Query - get user input of which entries should be modified 
     45 * Remove - remove specified extra entries 
     46 
     47Tool methods: 
     48 * Verify<entry.tag> - verify entry state. Must return True/False 
     49 * Install<entry.tag> - install entry. Must return True/False 
     50 * Install (optional) - bulk install method for entries 
     51 * FindExtra - locate extra entries