This commit is contained in:
parent
b5c3c18e28
commit
4ece2b0cd2
5 changed files with 20 additions and 5 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue