org.jboss.example.dna.sequencers
Interface UserInterface

All Known Implementing Classes:
ConsoleInput

public interface UserInterface

Author:
Randall Hauch

Method Summary
 void displaySearchResults(List<ContentInfo> contentInfo)
           
 URL getFileToUpload()
           
 String getRepositoryPath(String defaultPath)
           
 

Method Detail

getFileToUpload

URL getFileToUpload()
                    throws IllegalArgumentException,
                           IOException
Throws:
IllegalArgumentException
IOException

getRepositoryPath

String getRepositoryPath(String defaultPath)
                         throws IllegalArgumentException,
                                IOException
Throws:
IllegalArgumentException
IOException

displaySearchResults

void displaySearchResults(List<ContentInfo> contentInfo)
                          throws IOException
Throws:
IOException


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