|
MaltParser 1.7.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.core.helper.URLFinder
public class URLFinder
| Constructor Summary | |
|---|---|
URLFinder()
|
|
| Method Summary | |
|---|---|
URL |
findURL(String fileString)
Search for a file according the following priority: The local file system Specified as an URL (starting with http:, file:, ftp: or jar: MaltParser distribution file (malt.jar) MaltParser plugins If the file string is found, an URL object is returned, otherwise null |
URL |
findURLinJars(String fileString)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLFinder()
| Method Detail |
|---|
public URL findURL(String fileString)
throws MaltChainedException
fileString - the file string to convert into an URL.
MaltChainedException
public URL findURLinJars(String fileString)
throws MaltChainedException
MaltChainedException
|
MaltParser 1.7.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||