使用 Google Closure Compiler 作为库而不是脚本
我是否可以编写自己的Java主类来调用compiler.jar中的方法。
我想对编译器进行多次调用,并且不想编写代码来使用 Runtime.exec,也不想在每次调用之前都必须等待 Java 加载。
Is it possible for me to write my own Java Main Class that calls methods in compiler.jar.
I would like to make multiple calls to the compiler and do not want to write code to use Runtime.exec and also do not want to have to wait for Java to load up before every call.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是完全支持的。
概述:http://blog.bolinfest.com/2009 /11/calling-closure-compiler-from-java.html
参考:http://closure-compiler.googlecode.com/svn/trunk /javadoc/index.html
Yes, this is fully supported.
Overview: http://blog.bolinfest.com/2009/11/calling-closure-compiler-from-java.html
Reference: http://closure-compiler.googlecode.com/svn/trunk/javadoc/index.html
看起来 javadoc 文档不再在线提供。为了创建文档的本地副本:
文档将在
build/javadoc
文件夹中创建。请注意,运行最后一个命令需要 ANT。
It looks like javadoc documentation is no longer available online. In order to create your local copy of documentation:
The documentation will be created in the
build/javadoc
folder.Note that ANT is required to run the last command.