public class NameValueJobInput extends Object implements JobInput
A JobInput backed by a Properties object of NameValue pairs.
| Constructor and Description |
|---|
NameValueJobInput()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Properties props)
Configure the object with the given
Properties. |
String |
getId()
Gets the ID of this JobInput
|
Map<String,Vector<String>> |
getMetadata() |
String |
getValue(String name) |
void |
read(Object in)
|
void |
setNameValuePair(String name,
String value) |
Object |
write() |
public String getId()
JobInputpublic void read(Object in)
XmlRpcWriteableObject and load the internal data members of the implementing class
from the given input Object.read in interface XmlRpcWriteablein - The Object to read in and instantiate the implementation
of this class with.public Object write()
write in interface XmlRpcWriteableObject of the implementing
class for this interface.public void configure(Properties props)
ConfigurableProperties.configure in interface Configurableprops - Properties to use to configure the Object.Copyright © 1999–2017 Apache OODT. All rights reserved.