|
VolD 0.1
|
Application Binary Interface to VolD. More...
Collaboration diagram for de.zib.vold.userInterface.ABI:Static Public Member Functions | |
| static void | main (String[] args) |
Private Member Functions | |
| ABI () | |
Private Attributes | |
| final Frontend | frontend |
| ApplicationContext | context |
Static Private Attributes | |
| static final Logger | log = LoggerFactory.getLogger( ABI.class ) |
Application Binary Interface to VolD.
The ABI reads commands from stdin and prints the results to stdout.
| de.zib.vold.userInterface.ABI.ABI | ( | ) | [private] |
Definition at line 40 of file ABI.java.
References de.zib.vold.userInterface.ABI.context, and de.zib.vold.userInterface.ABI.frontend.
Referenced by de.zib.vold.userInterface.ABI.main().
Here is the caller graph for this function:| static void de.zib.vold.userInterface.ABI.main | ( | String[] | args | ) | [static] |
Definition at line 48 of file ABI.java.
References de.zib.vold.userInterface.ABI.ABI(), de.zib.vold.userInterface.ABI.frontend, de.zib.vold.common.Key.get_keyname(), de.zib.vold.common.Key.get_scope(), de.zib.vold.common.Key.get_type(), de.zib.vold.frontend.Frontend.insert(), and de.zib.vold.frontend.Frontend.lookup().
Here is the call graph for this function:ApplicationContext de.zib.vold.userInterface.ABI.context [private] |
Definition at line 38 of file ABI.java.
Referenced by de.zib.vold.userInterface.ABI.ABI().
final Frontend de.zib.vold.userInterface.ABI.frontend [private] |
Definition at line 35 of file ABI.java.
Referenced by de.zib.vold.userInterface.ABI.ABI(), and de.zib.vold.userInterface.ABI.main().
final Logger de.zib.vold.userInterface.ABI.log = LoggerFactory.getLogger( ABI.class ) [static, private] |