Package org.uberfire.java.nio.base
Interface AttrsStorage
-
- All Superinterfaces:
AttrHolder
- All Known Implementing Classes:
AttrsStorageImpl
public interface AttrsStorage extends AttrHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Map<String,Object>getAllContent()Map<String,Object>getContent()voidloadContent(Properties properties)PropertiestoProperties()-
Methods inherited from interface org.uberfire.java.nio.base.AttrHolder
addAttrView, getAttrStorage, getAttrView, getAttrView
-
-
-
-
Method Detail
-
toProperties
Properties toProperties()
-
loadContent
void loadContent(Properties properties)
-
clear
void clear()
-
-