public final class PropertiesOf extends Object implements Scalar<Properties>
Properties
.
There is no thread-safety guarantee.
Scalar.NoNulls<T>
Constructor and Description |
---|
PropertiesOf(Input input)
Ctor.
|
PropertiesOf(Iterable<Map.Entry<?,?>> entries)
Ctor.
|
PropertiesOf(Map.Entry<?,?>... entries)
Ctor.
|
PropertiesOf(Map<?,?> map)
Ctor.
|
PropertiesOf(String content)
Ctor.
|
PropertiesOf(Text text)
Ctor.
|
public PropertiesOf(String content)
content
- Stringpublic PropertiesOf(Text text)
text
- Textpublic PropertiesOf(Input input)
input
- Inputpublic PropertiesOf(Map.Entry<?,?>... entries)
entries
- The map with propertiespublic PropertiesOf(Iterable<Map.Entry<?,?>> entries)
entries
- The map with propertiespublic PropertiesOf(Map<?,?> map)
map
- The map with propertiespublic Properties value() throws IOException
Scalar
value
in interface Scalar<Properties>
IOException
Copyright © 2017 Cactoos. All rights reserved.