]> git.tdb.fi Git - builder.git/blob - source/jarsigner.h
9b695db4ceadd6b7d85989d62de563af86c21ee7
[builder.git] / source / jarsigner.h
1 #ifndef JARSIGNER_H_
2 #define JARSIGNER_H_
3
4 #include "tool.h"
5
6 class JarSigner: public Tool
7 {
8 public:
9         JarSigner(Builder &);
10
11         Target *create_target(const std::list<Target *> &, const std::string &) override;
12         Task *run(const Target &) const override;
13 };
14
15 #endif