Interface WappService

  • All Known Implementing Classes:
    RestWappService

    public interface WappService
    • Method Detail

      • install

        void install​(java.lang.String name)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fetchInstalled

        java.util.Collection<java.lang.String> fetchInstalled()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fetchAllFromStore

        java.util.Collection<Wapp> fetchAllFromStore()
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception