Interface Importable


  • public interface Importable
    Importables are extracted as a collection by a parser, and passed one at a time to one or more handlers to be added to Sakai.
    • Method Detail

      • getTypeName

        String getTypeName()
        Get the type for this importable.
        Returns:
        A String type, this is used for deciding which handler to use.
      • getLegacyGroup

        String getLegacyGroup()
      • getContextPath

        String getContextPath()
      • setParent

        void setParent​(Importable parent)
      • setLegacyGroup

        void setLegacyGroup​(String legacyGroup)
      • setContextPath

        void setContextPath​(String path)