This commit is contained in:
Ziver Koc 2015-06-05 10:26:52 +00:00
parent b5c3c18e28
commit 4ece2b0cd2
5 changed files with 20 additions and 5 deletions

View file

@ -13,4 +13,9 @@ public interface WAService {
* @return a installer object that will install the service or null if the installer is not available
*/
public WAInstaller getInstaller();
/**
* @return a array of configuration objects
*/
public WAConfiguration[] getConfigurations();
}