|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.daisy.pipeline.client.models.Script
public class Script
A representation of a Pipeline 2 script.
Field Summary | |
---|---|
java.util.List<Argument> |
arguments
|
Author |
author
|
java.lang.String |
desc
|
Homepage |
homepage
|
java.lang.String |
href
|
java.lang.String |
id
|
java.util.List<java.lang.String> |
mediaTypeBlacklist
List of mime types that are supported by more than one file argument. |
java.lang.String |
nicename
|
Constructor Summary | |
---|---|
Script()
|
|
Script(org.w3c.dom.Node scriptXml)
Parse the script described by the provided XML document/node. |
|
Script(Pipeline2WSResponse response)
Parse the script described by the provided Pipeline2WSResponse. |
Method Summary | |
---|---|
static java.util.List<Script> |
getScripts(org.w3c.dom.Node scriptsXml)
Parse the list of scripts described by the provided XML document/node. |
static java.util.List<Script> |
getScripts(Pipeline2WSResponse response)
Parse the list of scripts described by the provided Pipeline2WSResponse. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String href
public java.lang.String nicename
public java.lang.String desc
public Homepage homepage
public Author author
public java.util.List<Argument> arguments
public java.util.List<java.lang.String> mediaTypeBlacklist
Constructor Detail |
---|
public Script()
public Script(Pipeline2WSResponse response) throws Pipeline2WSException
response
-
Pipeline2WSException
public Script(org.w3c.dom.Node scriptXml) throws Pipeline2WSException
scriptXml
-
Pipeline2WSException
Method Detail |
---|
public static java.util.List<Script> getScripts(Pipeline2WSResponse response) throws Pipeline2WSException
response
-
Pipeline2WSException
public static java.util.List<Script> getScripts(org.w3c.dom.Node scriptsXml) throws Pipeline2WSException
response
-
Pipeline2WSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |