public class DownloadableCartridgeSpec extends Object implements ICartridgeQuery
Modifier | Constructor and Description |
---|---|
protected |
DownloadableCartridgeSpec(String url) |
protected |
DownloadableCartridgeSpec(URL url) |
Modifier and Type | Method and Description |
---|---|
<C extends ICartridge> |
get(List<C> cartridges) |
<C extends ICartridge> |
getAll(List<C> cartridges) |
<C extends ICartridge> |
matches(C cartridge) |
String |
toString() |
protected DownloadableCartridgeSpec(String url) throws MalformedURLException
MalformedURLException
protected DownloadableCartridgeSpec(URL url)
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 <C extends ICartridge> boolean matches(C cartridge)
matches
in interface ICartridgeQuery
Copyright © 2015 JBoss by Red Hat. All rights reserved.