public class TrackedContentRecord extends Object implements Iterable<AffectedStoreRecord>
| Modifier | Constructor and Description |
|---|---|
protected |
TrackedContentRecord() |
|
TrackedContentRecord(TrackingKey key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AffectedStoreRecord |
getAffectedStore(org.commonjava.aprox.model.core.StoreKey key,
boolean create) |
Map<org.commonjava.aprox.model.core.StoreKey,AffectedStoreRecord> |
getAffectedStores() |
TrackingKey |
getKey() |
int |
hashCode() |
Iterator<AffectedStoreRecord> |
iterator() |
protected void |
setKey(TrackingKey key) |
String |
toString() |
protected TrackedContentRecord()
public TrackedContentRecord(TrackingKey key)
protected void setKey(TrackingKey key)
public TrackingKey getKey()
public Map<org.commonjava.aprox.model.core.StoreKey,AffectedStoreRecord> getAffectedStores()
public AffectedStoreRecord getAffectedStore(org.commonjava.aprox.model.core.StoreKey key, boolean create)
public Iterator<AffectedStoreRecord> iterator()
iterator in interface Iterable<AffectedStoreRecord>Copyright © 2011-2015. All Rights Reserved.