Package wappsto.api.wapps
Interface WappService
-
- All Known Implementing Classes:
RestWappService
public interface WappService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Wapp>fetchAllFromStore()java.util.Collection<java.lang.String>fetchInstalled()voidinstall(java.lang.String name)
-
-
-
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
-
-