org.eclipse.osgi.framework.adaptor.core.BundleFile The BundleFile API is used by Adaptors to read resources out of an installed Bundle in the Framework. <p> Clients may extend this class. </p> @since 3.1
org.codehaus.aspectwerkz.compiler.AspectWerkzC AspectWerkzC allow for precompilation of class / jar / zip given a class preprocessor. <p/> <h2>Usage</h2> <p/> <pre> java [-Daspectwerkz.classloader.preprocessor={ClassPreProcessorImpl}] -cp [...] org.codehaus.aspectwerkz.compiler.AspectWerkzC [-verbose] [-haltOnErro ...
org.objectweb.jonas_rar.raconfig.RAConfig This class may be used to parse a resource adapter deployment descriptor and generate the corresponding properties files for the jca service java org.objectweb.jonas.resource.RAConfig -j jndiname -r rarlink -verbose <input_rar>java org.objectweb.jonas.resource.RAConfig -u jonas-ra.xml <in ...
org.eclipse.emf.common.archive.ArchiveURLConnection A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on. For example, it can be used just like jar: or zip:, only the archive paths can repeat, e.g., <pre> archive:file:///c:/temp/example.zip!/org/example/nested.zip!/org/example/deeply-ne ...