public interface Folder extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
addMixin(String mixin)
Add a mixin by name and return
true if it was not present yet and false otherwise. |
String |
getIdentifier()
Returns the identifier of the folder
|
Set<String> |
getMixins() |
boolean |
removeMixin(String mixin)
Remove a mixin by name and return
true if it was present and false otherwise. |
String getIdentifier()
boolean addMixin(String mixin)
true
if it was not present yet and false
otherwise.mixin
- the name of the mixinboolean removeMixin(String mixin)
true
if it was present and false
otherwise.mixin
- the name of the mixinCopyright © 2007–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.