|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflworkers.java.ExtractImageLinks
public class ExtractImageLinks
Extract a list of all image links in the supplied html document
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.scuflworkers.java.LocalWorker |
|---|
BINARY, BINARY_ARRAY, HTML, HTML_ARRAY, PNG_IMAGE, PNG_IMAGE_ARRAY, STRING, STRING_ARRAY, UNTYPED, UNTYPED_ARRAY |
| Constructor Summary | |
|---|---|
ExtractImageLinks()
|
|
| Method Summary | |
|---|---|
java.util.Map |
execute(java.util.Map inputs)
Fetch the web page pointed to by the URL supplied as the 'url' parameter into the service, the 'base' parameter specifies a URL to use as the base for relative URL resolution. |
java.lang.String[] |
inputNames()
Get an array of the names of input ports for this processor |
java.lang.String[] |
inputTypes()
Get an array of the string types for the inputs defined by the inputNames() method, these should probably use the constants defined in this interface but may use any valid Baclava data type specifier. |
java.lang.String[] |
outputNames()
Names of the output ports |
java.lang.String[] |
outputTypes()
Types of the output ports |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractImageLinks()
| Method Detail |
|---|
public java.lang.String[] inputNames()
LocalWorker
inputNames in interface LocalWorkerpublic java.lang.String[] inputTypes()
LocalWorker
inputTypes in interface LocalWorkerpublic java.lang.String[] outputNames()
LocalWorker
outputNames in interface LocalWorkerpublic java.lang.String[] outputTypes()
LocalWorker
outputTypes in interface LocalWorker
public java.util.Map execute(java.util.Map inputs)
throws TaskExecutionException
execute in interface LocalWorkerTaskExecutionException - thrown if there is an error during invocation of the task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||