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 ICartridgeQuery
public <C extends ICartridge> C get(List<C> cartridges)
get
in interface ICartridgeQuery
public abstract <C extends ICartridge> boolean matches(C cartridge)
matches
in interface ICartridgeQuery
protected IOpenShiftConnection getConnection(IApplication application)
protected IOpenShiftConnection getConnection(IDomain domain)
Copyright © 2015 JBoss by Red Hat. All rights reserved.