Changes between Version 4 and Version 5 of ErlangShellInterface


Ignore:
Timestamp:
Mar 26, 2012, 10:18:15 AM (13 years ago)
Author:
daniel_h
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v4 v5  
    1  
    2 == !RefactorErl Console Interface == 
     1[[PageOutline]] 
     2 
     3= !RefactorErl Console Interface = 
    34 
    45When running !RefactorErl, you can control the tool via function calls typed into the Erlang shell. !RefactorErl has many features, and is quite a complex system with dozen of functions whose name we do not expect our users to remember. In order to ease and unify the command-level access to all the analysis and refactoring functionality, we have designed a group of Erlang functions that cover the most frequently used features of the tool. The module these functions are located in is called {{{ri}}}, you can use this module to interact easily with the tool. You can add files/directories to the database, run semantic queries, create backups, or even do transformations via this Erlang-level interface.