public class Domain extends Object
| Constructor and Description |
|---|
Domain(String name,
HashMap<String,WebApp> webApps) |
| Modifier and Type | Method and Description |
|---|---|
List<WebApp> |
apps() |
WebApp |
getDefaultWebApp() |
WebApp |
getWebApp(String name) |
String |
name() |
void |
setDefaultWebApp(WebApp defaultWebApp) |
Copyright © 2020 Software Atelier Kamber. All rights reserved.