Package io.sunshower.lang
Interface PropertyAware
public interface PropertyAware
Created by haswell on 4/20/16.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addProperty
(String key, String value) getProperty
(String key) boolean
hasProperty
(String key) removeProperty
(String key)
-
Method Details
-
hasProperty
-
getProperty
-
removeProperty
-
getProperties
-
addProperty
-