View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fabric3-xquery-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.fabric3.xquery.provision
├─ org.fabric3.xquery.provision.XQueryComponentDefinition.class - [JAR]
├─ org.fabric3.xquery.provision.XQueryComponentSourceDefinition.class - [JAR]
├─ org.fabric3.xquery.provision.XQueryComponentTargetDefinition.class - [JAR]
org.fabric3.xquery.runtime
├─ org.fabric3.xquery.runtime.XQueryComponent.class - [JAR]
├─ org.fabric3.xquery.runtime.XQueryComponentSourceWireAttacher.class - [JAR]
├─ org.fabric3.xquery.runtime.XQueryComponentTargetWireAttacher.class - [JAR]
org.fabric3.xquery.control
├─ org.fabric3.xquery.control.XQueryComponentGenerator.class - [JAR]
org.fabric3.xquery.introspection
├─ org.fabric3.xquery.introspection.XQueryImplementationLoader.class - [JAR]
├─ org.fabric3.xquery.introspection.XQueryImplementationProcessor.class - [JAR]
org.fabric3.xquery.scdl
├─ org.fabric3.xquery.scdl.XQueryComponentType.class - [JAR]
├─ org.fabric3.xquery.scdl.XQueryImplementation.class - [JAR]
├─ org.fabric3.xquery.scdl.XQueryProperty.class - [JAR]
├─ org.fabric3.xquery.scdl.XQueryServiceContract.class - [JAR]
org.fabric3.xquery
├─ org.fabric3.xquery.XQueryService.class - [JAR]