|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.util.config.JConfig.URLSearch
protected static class JConfig.URLSearch
The Class URLSearch.
| Constructor Summary | |
|---|---|
JConfig.URLSearch(ConfigString url)
Instantiates a new uRL search. |
|
| Method Summary | |
|---|---|
java.io.File |
getDir(java.lang.String name)
Gets the dir. |
java.io.File |
getFile(java.lang.String name)
Gets the file. |
java.io.InputStream |
getInputStream(java.lang.String name)
Gets the input stream. |
java.net.URL |
getURL(java.lang.String name)
Gets the uRL. |
java.lang.String |
toString()
To string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JConfig.URLSearch(ConfigString url)
url - the url| Method Detail |
|---|
public java.io.File getFile(java.lang.String name)
throws java.io.IOException
getFile in interface JConfig.SearchPathname - the name
java.io.IOException - Signals that an I/O exception has occurred.JConfig.SearchPath.getFile(java.lang.String)
public java.io.InputStream getInputStream(java.lang.String name)
throws java.io.IOException
getInputStream in interface JConfig.SearchPathname - the name
java.io.IOException - Signals that an I/O exception has occurred.JConfig.SearchPath.getInputStream(java.lang.String)
public java.net.URL getURL(java.lang.String name)
throws java.io.IOException
getURL in interface JConfig.SearchPathname - the name
java.io.IOException - Signals that an I/O exception has occurred.JConfig.SearchPath.getURL(java.lang.String)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.io.File getDir(java.lang.String name)
getDir in interface JConfig.SearchPathname - the name
JConfig.SearchPath.getDir(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||