文件名称:stillness:与 Apache Velocity 语法相同的提取模板引擎
文件大小:1.33MB
文件格式:ZIP
更新时间:2024-06-21 23:21:46
Java
寂静 与 Apache Velocity 语法相同的提取模板引擎。 基本理念 通过尝试将模板与格式化文本进行匹配来填充 Apache Velocity 上下文(又名字符串 -> 对象映射)。 调用 例子: import stillness.Stillness; import stillness.ScrapeException; import org.apache.velocity.context.Context; ... { Stillness scraper = new Stillness(); scraper.initialize(".../stillness.properties"); // see configuration properties below String template = ".../template.rtl"; String target
【文件预览】:
stillness-master
----runtest.sh(90B)
----build.properties(1KB)
----src()
--------stillness()
----bin()
--------stillness.sh(220B)
----TODO(362B)
----LICENSE(11KB)
----README.md(4KB)
----build.xml(7KB)
----lib()
--------velocity-1.5.jar(383KB)
--------velocity-tools-view-2.0-alpha2.jar(201KB)
--------commons-logging.jar(31KB)
--------jsdk23.jar(41KB)
--------commons-lang-2.2.jar(237KB)
--------commons-collections-3.2.jar(558KB)
----conf()
--------stillness.properties(541B)
----test()
--------player.rtl(735B)
--------littlegolem.rtl(1KB)