org.fcrepo.client.console
Interface Console

All Known Implementing Classes:
AccessConsole, ManagementConsole

public interface Console

Author:
Chris Wilper

Method Summary
 void clear()
          Clears the console.
 Object getInvocationTarget(ConsoleCommand cmd)
          Gets an object that fulfills the command.
 boolean isBusy()
          Checks whether the console is busy.
 void print(String output)
          Sends the given text to the console.
 void setBusy(boolean busy)
          Tells the console whether it should look busy or not.
 

Method Detail

getInvocationTarget

Object getInvocationTarget(ConsoleCommand cmd)
                           throws InvocationTargetException
Gets an object that fulfills the command.

Throws:
InvocationTargetException

print

void print(String output)
Sends the given text to the console.


clear

void clear()
Clears the console.


setBusy

void setBusy(boolean busy)
Tells the console whether it should look busy or not.


isBusy

boolean isBusy()
Checks whether the console is busy.



Copyright © 2012 DuraSpace. All Rights Reserved.