Implement gradle spec reader/writer

This commit is contained in:
Petr Mrázek
2014-07-16 02:03:52 +02:00
parent 71575a5022
commit 8a56ab6780
9 changed files with 241 additions and 15 deletions

View File

@ -28,10 +28,11 @@ public: /* methods */
public: /* data */
QString m_name;
QString m_base_url = "https://" + URLConstants::LIBRARY_BASE;
QString m_base_url;
/// type hint - modifies how the library is treated
QString m_hint;
/// absolute URL. takes precedence over m_download_path, if defined
/// DEPRECATED: absolute URL. takes precedence over m_download_path, if defined
QString m_absolute_url;
bool applyExcludes = false;