public class Util extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
createConfig(java.lang.String[] args)
Look for configuration properties present in
args
and sets the property in the config map. |
public Util()
public static java.util.Map<java.lang.String,java.lang.Object> createConfig(java.lang.String[] args)
args
and sets the property in the config
map.
An property item in args
is required to be in the format:
<property-name>=<value>
args
- list to scan. Unrecognized items are silently ignored.StreamsContext.submit(com.ibm.streamsx.topology.Topology, Map)