|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIResolverGUI
This interface contains methods used by the GUIURIResolver in order to interact with the user under Java and .NET technologies. The implementing class is isolated from the functionality required.
| Nested Class Summary | |
|---|---|
static class |
URIResolverGUI.ResultValues
These are possible values returned by the user interface |
| Method Summary | |
|---|---|
URIResolverGUI.ResultValues |
getStatus()
After the resolve method is called, a call to getStatus shall return one of the values in the enumeration |
java.net.URI |
resolve(java.net.URI uri)
Resolves a URI by asking the user for the final file in the file system |
| Method Detail |
|---|
java.net.URI resolve(java.net.URI uri)
uri - URI to search for
URIResolverGUI.ResultValues getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||