public abstract class AbstractCartridgeSelector extends Object
for cartridges that have already been added and
configured to an application.
Constructor and Description |
---|
AbstractCartridgeSelector() |
Modifier and Type | Method and Description |
---|---|
protected <C extends ICartridge> |
getAllMatching(Collection<C> cartridges) |
protected IOpenShiftConnection |
getConnection(IApplication application) |
protected IOpenShiftConnection |
getConnection(IDomain domain) |
abstract <C extends ICartridge> |
matches(C cartridge) |
protected <C extends ICartridge> Collection<C> getAllMatching(Collection<C> cartridges)
public abstract <C extends ICartridge> boolean matches(C cartridge)
protected IOpenShiftConnection getConnection(IApplication application)
protected IOpenShiftConnection getConnection(IDomain domain)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.