jar

org.apache.aries.spifly : org.apache.aries.spifly.dynamic.framework.extension

Maven & Gradle

Dec 11, 2022
6 usages

Apache Aries SPI Fly Dynamic Weaving Framework Extension · This framework extension fragment contains an extender that facilitates the use of JRE SPI providers (components typically plugged in to the JRE through META-INF/services resources).

Table Of Contents

Latest Version

Download org.apache.aries.spifly : org.apache.aries.spifly.dynamic.framework.extension JAR file - Latest Versions:

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.apache.aries.spifly.dynamic.framework.extension-1.3.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

aQute.bnd.version

├─ aQute.bnd.version.MavenVersion.class - [JAR]

├─ aQute.bnd.version.MavenVersionRange.class - [JAR]

├─ aQute.bnd.version.Version.class - [JAR]

├─ aQute.bnd.version.VersionRange.class - [JAR]

├─ aQute.bnd.version.package-info.class - [JAR]

org.objectweb.asm.signature

├─ org.objectweb.asm.signature.SignatureReader.class - [JAR]

├─ org.objectweb.asm.signature.SignatureVisitor.class - [JAR]

├─ org.objectweb.asm.signature.SignatureWriter.class - [JAR]

aQute.service.reporter

├─ aQute.service.reporter.Messages.class - [JAR]

├─ aQute.service.reporter.Report.class - [JAR]

├─ aQute.service.reporter.Reporter.class - [JAR]

aQute.bnd.stream

├─ aQute.bnd.stream.AbstractWhile.class - [JAR]

├─ aQute.bnd.stream.DropWhile.class - [JAR]

├─ aQute.bnd.stream.EntryPipeline.class - [JAR]

├─ aQute.bnd.stream.MapStream.class - [JAR]

├─ aQute.bnd.stream.TakeWhile.class - [JAR]

├─ aQute.bnd.stream.package-info.class - [JAR]

org.apache.aries.spifly.dynamic

├─ org.apache.aries.spifly.dynamic.ClientWeavingHook.class - [JAR]

├─ org.apache.aries.spifly.dynamic.DynamicWeavingActivator.class - [JAR]

├─ org.apache.aries.spifly.dynamic.OSGiFriendlyClassWriter.class - [JAR]

org.objectweb.asm.tree.analysis

├─ org.objectweb.asm.tree.analysis.Analyzer.class - [JAR]

├─ org.objectweb.asm.tree.analysis.AnalyzerException.class - [JAR]

├─ org.objectweb.asm.tree.analysis.BasicInterpreter.class - [JAR]

├─ org.objectweb.asm.tree.analysis.BasicValue.class - [JAR]

├─ org.objectweb.asm.tree.analysis.BasicVerifier.class - [JAR]

├─ org.objectweb.asm.tree.analysis.Frame.class - [JAR]

├─ org.objectweb.asm.tree.analysis.Interpreter.class - [JAR]

├─ org.objectweb.asm.tree.analysis.SimpleVerifier.class - [JAR]

├─ org.objectweb.asm.tree.analysis.SmallSet.class - [JAR]

├─ org.objectweb.asm.tree.analysis.SourceInterpreter.class - [JAR]

├─ org.objectweb.asm.tree.analysis.SourceValue.class - [JAR]

├─ org.objectweb.asm.tree.analysis.Subroutine.class - [JAR]

├─ org.objectweb.asm.tree.analysis.Value.class - [JAR]

org.apache.aries.spifly

├─ org.apache.aries.spifly.ArgRestrictions.class - [JAR]

├─ org.apache.aries.spifly.BaseActivator.class - [JAR]

├─ org.apache.aries.spifly.BundleDescriptor.class - [JAR]

├─ org.apache.aries.spifly.ConsumerBundleTrackerCustomizer.class - [JAR]

├─ org.apache.aries.spifly.ConsumerHeaderProcessor.class - [JAR]

├─ org.apache.aries.spifly.ConsumerRestriction.class - [JAR]

├─ org.apache.aries.spifly.HeaderParser.class - [JAR]

├─ org.apache.aries.spifly.MethodRestriction.class - [JAR]

├─ org.apache.aries.spifly.MultiDelegationClassloader.class - [JAR]

├─ org.apache.aries.spifly.Pair.class - [JAR]

├─ org.apache.aries.spifly.ProviderBundleTrackerCustomizer.class - [JAR]

├─ org.apache.aries.spifly.ProviderPrototypeServiceFactory.class - [JAR]

├─ org.apache.aries.spifly.ProviderServiceFactory.class - [JAR]

├─ org.apache.aries.spifly.SpiFlyConstants.class - [JAR]

├─ org.apache.aries.spifly.Streams.class - [JAR]

├─ org.apache.aries.spifly.Util.class - [JAR]

├─ org.apache.aries.spifly.WeavingData.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.ClassReader.class - [JAR]

├─ org.objectweb.asm.ClassTooLargeException.class - [JAR]

├─ org.objectweb.asm.ClassVisitor.class - [JAR]

├─ org.objectweb.asm.ClassWriter.class - [JAR]

├─ org.objectweb.asm.ConstantDynamic.class - [JAR]

├─ org.objectweb.asm.Constants.class - [JAR]

├─ org.objectweb.asm.Context.class - [JAR]

├─ org.objectweb.asm.CurrentFrame.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.Handle.class - [JAR]

├─ org.objectweb.asm.Handler.class - [JAR]

├─ org.objectweb.asm.Label.class - [JAR]

├─ org.objectweb.asm.MethodTooLargeException.class - [JAR]

├─ org.objectweb.asm.MethodVisitor.class - [JAR]

├─ org.objectweb.asm.MethodWriter.class - [JAR]

├─ org.objectweb.asm.ModuleVisitor.class - [JAR]

├─ org.objectweb.asm.ModuleWriter.class - [JAR]

├─ org.objectweb.asm.Opcodes.class - [JAR]

├─ org.objectweb.asm.RecordComponentVisitor.class - [JAR]

├─ org.objectweb.asm.RecordComponentWriter.class - [JAR]

├─ org.objectweb.asm.Symbol.class - [JAR]

├─ org.objectweb.asm.SymbolTable.class - [JAR]

├─ org.objectweb.asm.Type.class - [JAR]

├─ org.objectweb.asm.TypePath.class - [JAR]

├─ org.objectweb.asm.TypeReference.class - [JAR]

aQute.bnd.version.maven

├─ aQute.bnd.version.maven.ComparableVersion.class - [JAR]

├─ aQute.bnd.version.maven.package-info.class - [JAR]

aQute.bnd.header

├─ aQute.bnd.header.Attrs.class - [JAR]

├─ aQute.bnd.header.OSGiHeader.class - [JAR]

├─ aQute.bnd.header.Parameters.class - [JAR]

├─ aQute.bnd.header.package-info.class - [JAR]

org.objectweb.asm.commons

├─ org.objectweb.asm.commons.AdviceAdapter.class - [JAR]

├─ org.objectweb.asm.commons.AnalyzerAdapter.class - [JAR]

├─ org.objectweb.asm.commons.AnnotationRemapper.class - [JAR]

├─ org.objectweb.asm.commons.ClassRemapper.class - [JAR]

├─ org.objectweb.asm.commons.CodeSizeEvaluator.class - [JAR]

├─ org.objectweb.asm.commons.FieldRemapper.class - [JAR]

├─ org.objectweb.asm.commons.GeneratorAdapter.class - [JAR]

├─ org.objectweb.asm.commons.InstructionAdapter.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.MethodRemapper.class - [JAR]

├─ org.objectweb.asm.commons.ModuleHashesAttribute.class - [JAR]

├─ org.objectweb.asm.commons.ModuleRemapper.class - [JAR]

├─ org.objectweb.asm.commons.ModuleResolutionAttribute.class - [JAR]

├─ org.objectweb.asm.commons.ModuleTargetAttribute.class - [JAR]

├─ org.objectweb.asm.commons.RecordComponentRemapper.class - [JAR]

├─ org.objectweb.asm.commons.Remapper.class - [JAR]

├─ org.objectweb.asm.commons.SerialVersionUIDAdder.class - [JAR]

├─ org.objectweb.asm.commons.SignatureRemapper.class - [JAR]

├─ org.objectweb.asm.commons.SimpleRemapper.class - [JAR]

├─ org.objectweb.asm.commons.StaticInitMerger.class - [JAR]

├─ org.objectweb.asm.commons.TableSwitchGenerator.class - [JAR]

├─ org.objectweb.asm.commons.TryCatchBlockSorter.class - [JAR]

aQute.libg.qtokens

├─ aQute.libg.qtokens.QuotedTokenizer.class - [JAR]

├─ aQute.libg.qtokens.package-info.class - [JAR]

org.objectweb.asm.util

├─ org.objectweb.asm.util.ASMifier.class - [JAR]

├─ org.objectweb.asm.util.ASMifierSupport.class - [JAR]

├─ org.objectweb.asm.util.CheckAnnotationAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckClassAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckFieldAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckFrameAnalyzer.class - [JAR]

├─ org.objectweb.asm.util.CheckMethodAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckModuleAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckRecordComponentAdapter.class - [JAR]

├─ org.objectweb.asm.util.CheckSignatureAdapter.class - [JAR]

├─ org.objectweb.asm.util.Printer.class - [JAR]

├─ org.objectweb.asm.util.Textifier.class - [JAR]

├─ org.objectweb.asm.util.TextifierSupport.class - [JAR]

├─ org.objectweb.asm.util.TraceAnnotationVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceClassVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceFieldVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceMethodVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceModuleVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceRecordComponentVisitor.class - [JAR]

├─ org.objectweb.asm.util.TraceSignatureVisitor.class - [JAR]

aQute.libg.glob

├─ aQute.libg.glob.AntGlob.class - [JAR]

├─ aQute.libg.glob.Glob.class - [JAR]

├─ aQute.libg.glob.PathSet.class - [JAR]

├─ aQute.libg.glob.package-info.class - [JAR]

aQute.lib.date

├─ aQute.lib.date.Dates.class - [JAR]

├─ aQute.lib.date.package-info.class - [JAR]

org.apache.aries.spifly.weaver

├─ org.apache.aries.spifly.weaver.TCCLSetterVisitor.class - [JAR]

org.objectweb.asm.tree

├─ org.objectweb.asm.tree.AbstractInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.AnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.ClassNode.class - [JAR]

├─ org.objectweb.asm.tree.FieldInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.FieldNode.class - [JAR]

├─ org.objectweb.asm.tree.FrameNode.class - [JAR]

├─ org.objectweb.asm.tree.IincInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.InnerClassNode.class - [JAR]

├─ org.objectweb.asm.tree.InsnList.class - [JAR]

├─ org.objectweb.asm.tree.InsnNode.class - [JAR]

├─ org.objectweb.asm.tree.IntInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.InvokeDynamicInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.JumpInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.LabelNode.class - [JAR]

├─ org.objectweb.asm.tree.LdcInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.LineNumberNode.class - [JAR]

├─ org.objectweb.asm.tree.LocalVariableAnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.LocalVariableNode.class - [JAR]

├─ org.objectweb.asm.tree.LookupSwitchInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.MethodInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.MethodNode.class - [JAR]

├─ org.objectweb.asm.tree.ModuleExportNode.class - [JAR]

├─ org.objectweb.asm.tree.ModuleNode.class - [JAR]

├─ org.objectweb.asm.tree.ModuleOpenNode.class - [JAR]

├─ org.objectweb.asm.tree.ModuleProvideNode.class - [JAR]

├─ org.objectweb.asm.tree.ModuleRequireNode.class - [JAR]

├─ org.objectweb.asm.tree.MultiANewArrayInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.ParameterNode.class - [JAR]

├─ org.objectweb.asm.tree.RecordComponentNode.class - [JAR]

├─ org.objectweb.asm.tree.TableSwitchInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.TryCatchBlockNode.class - [JAR]

├─ org.objectweb.asm.tree.TypeAnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.TypeInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.UnsupportedClassVersionException.class - [JAR]

├─ org.objectweb.asm.tree.Util.class - [JAR]

├─ org.objectweb.asm.tree.VarInsnNode.class - [JAR]