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()
JobInput
public void read(Object in)
XmlRpcWriteable
Object
and load the internal data members of the implementing class
from the given input Object
.read
in interface XmlRpcWriteable
in
- The Object
to read in and instantiate the implementation
of this class with.public Object write()
write
in interface XmlRpcWriteable
Object
of the implementing
class for this interface.public void configure(Properties props)
Configurable
Properties
.configure
in interface Configurable
props
- Properties to use to configure the Object.Copyright © 1999–2017 Apache OODT. All rights reserved.