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
MalformedURLExceptionprotected DownloadableCartridgeSpec(URL url)
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 <C extends ICartridge> boolean matches(C cartridge)
matches in interface ICartridgeQueryCopyright © 2016 JBoss by Red Hat. All rights reserved.