commons-jci-core-1.0.jar - Apache JCI (Java Compiler Interface)

Q

JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before java6) feature in-memory compilation.

commons-jci-core.jar is the Core model.

JAR File Size and Download Location:

File name: commons-jci-core.jar, commons-jci-core-1.0.jar
File size: 32094 bytes
Date modified: 14-Jun-2007
Download: Apache JCI

Manifest of the JAR:

Archiver-Version: Plexus Archiver
Built-By: tcurdt
Build-Jdk: 1.5.0_07
Implementation-Title: core
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.0
Specification-Title: core
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.0
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4

✍: fyicenter.com

A

List of Classes in the JAR:

org/apache/commons/jci/compilers/AbstractJavaCompiler
org/apache/commons/jci/compilers/CompilationResult
org/apache/commons/jci/compilers/JavaCompiler
org/apache/commons/jci/compilers/JavaCompilerFactory
org/apache/commons/jci/compilers/JavaCompilerSettings
org/apache/commons/jci/listeners/CompilingListener
org/apache/commons/jci/listeners/FileChangeListener
org/apache/commons/jci/listeners/ReloadingListener
org/apache/commons/jci/listeners/ReloadNotificationListener
org/apache/commons/jci/problems/CompilationProblem
org/apache/commons/jci/problems/CompilationProblemHandler
org/apache/commons/jci/readers/FileResourceReader
org/apache/commons/jci/readers/MemoryResourceReader
org/apache/commons/jci/readers/ResourceReader
org/apache/commons/jci/ReloadingClassLoader
org/apache/commons/jci/stores/FileResourceStore
org/apache/commons/jci/stores/MemoryResourceStore
org/apache/commons/jci/stores/ResourceStore
org/apache/commons/jci/stores/ResourceStoreClassLoader
org/apache/commons/jci/stores/Transactional
org/apache/commons/jci/stores/TransactionalResourceStore
org/apache/commons/jci/utils/ConversionUtils

2012-01-09, 4430🔥, 0💬