|
apt 3.0.3
commandline package manager
|
Information about an index file. More...
#include <apt-pkg/indexfile.h>
Public Member Functions | |
| IndexTarget (std::string const &MetaKey, std::string const &ShortDesc, std::string const &LongDesc, std::string const &URI, bool const IsOptional, bool const KeepCompressed, std::map< std::string, std::string > const &Options) | |
| std::string | Option (OptionKeys const Key) const |
| bool | OptionBool (OptionKeys const Key) const |
| std::string | Format (std::string format) const |
Public Attributes | |
| std::string | URI |
| A URI from which the index file can be downloaded. | |
| std::string | Description |
| A description of the index file. | |
| std::string | ShortDesc |
| A shorter description of the index file. | |
| std::string | MetaKey |
| The key by which this index file should be looked up within the meta index file. | |
| bool | IsOptional |
| Is it okay if the file isn't found in the meta index. | |
| bool | KeepCompressed |
| If the file is downloaded compressed, do not unpack it. | |
| std::map< std::string, std::string > | Options |
| options with which this target was created Prefer the usage of Option if at all possible. Beware: Not all of these options are intended for public use | |
Information about an index file.