public class PluginPropertyFactory extends Object
| 构造器和说明 |
|---|
PluginPropertyFactory(KeyValueSet properties)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BooleanPluginProperty |
createBoolean(String key) |
IntegerPluginProperty |
createInteger(String key) |
StringPluginProperty |
createString(String key) |
StringListPluginProperty |
createStringList(String key) |
KeyValueSet |
getProperties() |
public PluginPropertyFactory(KeyValueSet properties) throws IllegalArgumentException
properties - properties to set.IllegalArgumentException - if properties is null.public KeyValueSet getProperties()
public StringPluginProperty createString(String key) throws IllegalArgumentException
key - key to set.IllegalArgumentException - if key is invalid.public IntegerPluginProperty createInteger(String key) throws IllegalArgumentException
key - key to set.IllegalArgumentException - if key is invalid.public BooleanPluginProperty createBoolean(String key) throws IllegalArgumentException
key - key to set.IllegalArgumentException - if key is invalid.public StringListPluginProperty createStringList(String key) throws IllegalArgumentException
key - key.IllegalArgumentException - if key is invalid.Copyright © 2024 Hitachi Vantara. All rights reserved.