public final class PatchBundle extends Object implements Iterable<PatchBundle.Element>
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchBundle.Element
A patch bundle contains a bunch of elements described by this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContents() |
int |
hashCode() |
Iterator<PatchBundle.Element> |
iterator()
Returns an unmodifiable iterator over the elements contained in this patch bundle.
|
String |
toString() |
public Iterator<PatchBundle.Element> iterator()
iterator in interface Iterable<PatchBundle.Element>public String getContents()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.