Interface Folder

All Superinterfaces:
Serializable

public interface Folder extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Add a mixin by name and return true if it was not present yet and false otherwise.
    Returns the identifier of the folder
     
    boolean
    Remove a mixin by name and return true if it was present and false otherwise.
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns the identifier of the folder
      Returns:
      identifier
    • addMixin

      boolean addMixin(String mixin)
      Add a mixin by name and return true if it was not present yet and false otherwise.
      Parameters:
      mixin - the name of the mixin
      Returns:
      if the mixin being added was not present yet
    • removeMixin

      boolean removeMixin(String mixin)
      Remove a mixin by name and return true if it was present and false otherwise.
      Parameters:
      mixin - the name of the mixin
      Returns:
      if the mixin being removed was present
    • getMixins

      Set<String> getMixins()
      Returns:
      Set containing mixin names