|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.rpprovider.producers.ExternalProcessElementProducer
A ResourcePropertyElementProducer which executes a external
process, then attempts to parse the STDOUT stream of that process into a
valid XML document.
The argument vector passed to the getElement method of this class is passed unmodified to the child process as its argument vector.
Note: This implementation will not work with .CMD or .BAT script files on MS-Windows platforms, though it will function with normal executable (.EXE) files on such platforms.
| Constructor Summary | |
ExternalProcessElementProducer()
Creates a new instance of ExternalProcessElementProducer |
|
| Method Summary | |
Element |
getElement(String[] args)
Generate a DOM Element that can be used as a value of a Resource Property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExternalProcessElementProducer()
| Method Detail |
public Element getElement(String[] args)
throws Exception
ResourcePropertyElementProducer
getElement in interface ResourcePropertyElementProducerargs - An string argument vector to be passed as parameters to the
implementing class
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||