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 org.apache.felix.ipojo.online.manipulator-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.ipojo.xml.parser
├─ org.apache.felix.ipojo.xml.parser.ParseException.class - [JAR]
├─ org.apache.felix.ipojo.xml.parser.SchemaResolver.class - [JAR]
├─ org.apache.felix.ipojo.xml.parser.XMLMetadataParser.class - [JAR]
org.apache.felix.ipojo.manipulation
├─ org.apache.felix.ipojo.manipulation.ClassChecker.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.InnerClassAdapter.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.InnerClassManipulator.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.ManipulationProperty.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.Manipulator.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.MethodCodeAdapter.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.MethodCreator.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.MethodDescriptor.class - [JAR]
org.objectweb.asm.commons
├─ org.objectweb.asm.commons.AdviceAdapter.class - [JAR]
├─ org.objectweb.asm.commons.AnalyzerAdapter.class - [JAR]
├─ org.objectweb.asm.commons.CodeSizeEvaluator.class - [JAR]
├─ org.objectweb.asm.commons.EmptyVisitor.class - [JAR]
├─ org.objectweb.asm.commons.GeneratorAdapter.class - [JAR]
├─ org.objectweb.asm.commons.JSRInlinerAdapter.class - [JAR]
├─ org.objectweb.asm.commons.LocalVariablesSorter.class - [JAR]
├─ org.objectweb.asm.commons.Method.class - [JAR]
├─ org.objectweb.asm.commons.SerialVersionUIDAdder.class - [JAR]
├─ org.objectweb.asm.commons.StaticInitMerger.class - [JAR]
├─ org.objectweb.asm.commons.TableSwitchGenerator.class - [JAR]
org.apache.felix.ipojo.online.manipulator
├─ org.apache.felix.ipojo.online.manipulator.IPOJOURLHandler.class - [JAR]
org.apache.felix.ipojo.manipulator
├─ org.apache.felix.ipojo.manipulator.Pojoization.class - [JAR]
├─ org.apache.felix.ipojo.manipulator.QuotedTokenizer.class - [JAR]
org.apache.felix.ipojo.manipulation.annotations
├─ org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.annotations.FieldCollector.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.annotations.MetadataCollector.class - [JAR]
├─ org.apache.felix.ipojo.manipulation.annotations.MethodCollector.class - [JAR]
org.objectweb.asm
├─ org.objectweb.asm.AnnotationVisitor.class - [JAR]
├─ org.objectweb.asm.AnnotationWriter.class - [JAR]
├─ org.objectweb.asm.Attribute.class - [JAR]
├─ org.objectweb.asm.ByteVector.class - [JAR]
├─ org.objectweb.asm.ClassAdapter.class - [JAR]
├─ org.objectweb.asm.ClassReader.class - [JAR]
├─ org.objectweb.asm.ClassVisitor.class - [JAR]
├─ org.objectweb.asm.ClassWriter.class - [JAR]
├─ org.objectweb.asm.Edge.class - [JAR]
├─ org.objectweb.asm.FieldVisitor.class - [JAR]
├─ org.objectweb.asm.FieldWriter.class - [JAR]
├─ org.objectweb.asm.Frame.class - [JAR]
├─ org.objectweb.asm.Handler.class - [JAR]
├─ org.objectweb.asm.Item.class - [JAR]
├─ org.objectweb.asm.Label.class - [JAR]
├─ org.objectweb.asm.MethodAdapter.class - [JAR]
├─ org.objectweb.asm.MethodVisitor.class - [JAR]
├─ org.objectweb.asm.MethodWriter.class - [JAR]
├─ org.objectweb.asm.Opcodes.class - [JAR]
├─ org.objectweb.asm.Type.class - [JAR]