public abstract class AbstractCartridgeQuery extends Object implements ICartridgeQuery
| Constructor and Description |
|---|
AbstractCartridgeQuery() |
| Modifier and Type | Method and Description |
|---|---|
<C extends ICartridge> |
get(List<C> cartridges) |
<C extends ICartridge> |
getAll(List<C> cartridges) |
protected IOpenShiftConnection |
getConnection(IApplication application) |
protected IOpenShiftConnection |
getConnection(IDomain domain) |
abstract <C extends ICartridge> |
matches(C cartridge) |
public <C extends ICartridge> List<C> getAll(List<C> cartridges)
getAll in interface ICartridgeQuerypublic <C extends ICartridge> C get(List<C> cartridges)
get in interface ICartridgeQuerypublic abstract <C extends ICartridge> boolean matches(C cartridge)
matches in interface ICartridgeQueryprotected IOpenShiftConnection getConnection(IApplication application)
protected IOpenShiftConnection getConnection(IDomain domain)
Copyright © 2016 JBoss by Red Hat. All rights reserved.