Package org.duracloud.mill.util
Class PropertyDefinition
- java.lang.Object
-
- org.duracloud.mill.util.PropertyDefinition
-
public class PropertyDefinition extends Object
- Author:
- Daniel Bernstein Date: Dec 4, 2014
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinition(String name, boolean required)PropertyDefinition(String name, String[] validValues, boolean required, boolean sensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Set<String>getValidValues()booleanisRequired()booleanisSensitive()
-