org.jboss.example.dna.repository
Interface UserInterface

All Known Implementing Classes:
ConsoleInput

public interface UserInterface

Author:
Randall Hauch

Method Summary
 void displayError(String activity, Throwable t)
           
 CallbackHandler getCallbackHandler()
           
 String getLocationOfCndFiles()
           
 String getLocationOfRepositoryFiles()
           
 File getRepositoryConfiguration()
           
 

Method Detail

getLocationOfRepositoryFiles

String getLocationOfRepositoryFiles()

getRepositoryConfiguration

File getRepositoryConfiguration()

getLocationOfCndFiles

String getLocationOfCndFiles()

getCallbackHandler

CallbackHandler getCallbackHandler()

displayError

void displayError(String activity,
                  Throwable t)


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.