VolD 0.1

de.zib.vold.userInterface.ABI Class Reference

Application Binary Interface to VolD. More...

Collaboration diagram for de.zib.vold.userInterface.ABI:

List of all members.

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 )

Detailed Description

Application Binary Interface to VolD.

The ABI reads commands from stdin and prints the results to stdout.

Definition at line 31 of file ABI.java.


Constructor & Destructor Documentation

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:


Member Function Documentation

static void de.zib.vold.userInterface.ABI.main ( String[]  args) [static]

Member Data Documentation

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 Logger de.zib.vold.userInterface.ABI.log = LoggerFactory.getLogger( ABI.class ) [static, private]

Definition at line 33 of file ABI.java.


The documentation for this class was generated from the following file: