Public Types |
enum | { FormatTypeText = 1,
FormatTypeBinary = 2
} |
enum | { CompressionTypeNone = 0,
CompressionTypeGzip = 1
} |
Public Member Functions |
void | readInfoFile (const std::string &fileName) |
| Reads repository parameters values from info file.
|
void | writeInfoFile (const std::string &fileName) const |
Public Attributes |
bool | changeLogBinary |
bool | changeLogSources |
char | compressionType |
StringVector | excludeRequiresRegExp |
StringVector | filterProvidesByDirs |
bool | filterProvidesByRefs |
char | formatType |
std::string | indexPath |
std::string | md5sumFileName |
StringVector | pkgSources |
StringVector | providesRefsSources |
StringToStringMap | userParams |
std::string | version |