public class DevelopmentCoffeeNetAppService extends Object implements CoffeeNetAppService
| Constructor and Description |
|---|
DevelopmentCoffeeNetAppService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<CoffeeNetApp>> |
getApps()
Returns a case insensitive key map of all registered applications from the service discovery.
|
Map<String,List<CoffeeNetApp>> |
getApps(AppQuery query)
Returns an case insensitive key map of
TreeSet filled with CoffeeNetApp that matches
the given AppQuery. |
public Map<String,List<CoffeeNetApp>> getApps()
CoffeeNetAppServicegetApps in interface CoffeeNetAppServiceCoffeeNetApp as key and a list of CoffeeNetApp as valuepublic Map<String,List<CoffeeNetApp>> getApps(AppQuery query)
CoffeeNetAppServiceTreeSet filled with CoffeeNetApp that matches
the given AppQuery. Case insensitive to find "Frontpage" if you searched for "frontPage" e.g.getApps in interface CoffeeNetAppServicequery - to filter the CoffeeNetAppsCoffeeNetApp as key and a list of CoffeeNetApp as
valueCopyright © 2019 Pivotal Software, Inc.. All rights reserved.