Class MultiValueProperties
- Object
-
- org.thymeleaf.testing.templateengine.util.MultiValueProperties
-
public final class MultiValueProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiValueProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,List<String>>>
entrySet()
List<String>
getProperty(String propertyName)
boolean
hasProperty(String propertyName)
void
load(InputStream inputStream)
-
-
-
Method Detail
-
load
public void load(InputStream inputStream) throws IOException
- Throws:
IOException
-
hasProperty
public boolean hasProperty(String propertyName)
-
-