public class RpmRepositoryWriter extends RepositoryWriter
log, mountPoint, pathPrefix| Constructor and Description |
|---|
RpmRepositoryWriter(java.lang.String pathPrefixIn,
java.lang.String mountPointIn)
Constructor takes in pathprefix and mountpoint
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChannelRepodataStale(Channel channel) |
void |
writeRepomdFiles(Channel channel) |
deleteRepomdFilespublic RpmRepositoryWriter(java.lang.String pathPrefixIn,
java.lang.String mountPointIn)
pathPrefixIn - prefix to package pathmountPointIn - mount point package residespublic boolean isChannelRepodataStale(Channel channel)
isChannelRepodataStale in class RepositoryWriterchannel - channel infopublic void writeRepomdFiles(Channel channel)
writeRepomdFiles in class RepositoryWriterchannel - channelinfo for repomd file creation