public class UpdateInfoWriter extends RepomdWriter
handler| Constructor and Description |
|---|
UpdateInfoWriter(java.io.Writer writer)
Constructor takes in writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Channel channel)
Starts xml creation
|
void |
end()
Ends the xml creation
|
java.lang.String |
getUpdateInfo(Channel channel)
Get the updateInfo for given channel
|
addPackageBoilerplate, getPackageEpoch, getPackageEpoch, getTemporaryHandler, sanitizepublic UpdateInfoWriter(java.io.Writer writer)
writer - xml writer objectpublic java.lang.String getUpdateInfo(Channel channel)
channel - channel infopublic void end()
end in class RepomdWriterpublic void begin(Channel channel)
begin in class RepomdWriterchannel - channel info