CAP Library(Common Alerting Protocol Library)是 Common Alerting Protocol 格式的公开警告信息。
CAP Library 是通过完美测试,非常容易使用的 Java 库,支持:
创建和解析 CAP 格式反馈
验证常见的 CAP 配置文件反馈
与此同时,CAP Library 还是个简单的 Web 应用,用来验证 CAP 信息的正确性。
CAP Library 支持 CAP 1.0, 1.1 和 1.2 版本。
运行所有测试
» APPENGINE_JAVA_SDK=/path/to/appengine-sdk ant test
编译库成为 jar 包
» cd java » ant jar
编译和运行验证器
» cd validator » APPENGINE_JAVA_SDK=/path/to/appengine-sdk ant runserver