All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download jmspy-core JAR 1.1.2 with all dependencies


Library to record method invocations

Files of the artifact jmspy-core version 1.1.2 from the group com.github.dmgcodevil.

Artifact jmspy-core
Group com.github.dmgcodevil
Version 1.1.2
Last update 15. December 2014
Tags: record library invocations method
Organization not specified
URL http://github.com/dmgcodevil/jmspy
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies commons-collections, aopalliance, cglib, guava, commons-beanutils, slf4j-api, commons-lang3,
There are maybe transitive dependencies!
There is a newer version: 1.2.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of jmspy-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of jmspy-core version 1.1.2

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.dmgcodevil.jmspy
com.github.dmgcodevil.jmspy.com.github.dmgcodevil.jmspy.InvocationRecord
com.github.dmgcodevil.jmspy.com.github.dmgcodevil.jmspy.MethodInvocationRecorder
com.github.dmgcodevil.jmspy.com.github.dmgcodevil.jmspy.Snapshot
com.github.dmgcodevil.jmspy.context
com.github.dmgcodevil.jmspy.context.com.github.dmgcodevil.jmspy.context.ContextExplorer
com.github.dmgcodevil.jmspy.context.com.github.dmgcodevil.jmspy.context.InvocationContext
com.github.dmgcodevil.jmspy.context.com.github.dmgcodevil.jmspy.context.InvocationContextInfo
com.github.dmgcodevil.jmspy.exception
com.github.dmgcodevil.jmspy.exception.com.github.dmgcodevil.jmspy.exception.ConfigurationException
com.github.dmgcodevil.jmspy.exception.com.github.dmgcodevil.jmspy.exception.ObjectInstantiationException
com.github.dmgcodevil.jmspy.exception.com.github.dmgcodevil.jmspy.exception.ProxyCreationException
com.github.dmgcodevil.jmspy.functional
com.github.dmgcodevil.jmspy.functional.com.github.dmgcodevil.jmspy.functional.Consumer
com.github.dmgcodevil.jmspy.functional.com.github.dmgcodevil.jmspy.functional.Producer
com.github.dmgcodevil.jmspy.graph
com.github.dmgcodevil.jmspy.graph.com.github.dmgcodevil.jmspy.graph.Edge
com.github.dmgcodevil.jmspy.graph.com.github.dmgcodevil.jmspy.graph.InvocationGraph
com.github.dmgcodevil.jmspy.graph.com.github.dmgcodevil.jmspy.graph.Node
com.github.dmgcodevil.jmspy.proxy
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.AbstractProxyCreator
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.ArrayProxyCreator
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.BeanProxyCreator
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.CommonUtils
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.Configuration
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.IdGenerator
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.JMethod
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.JType
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.ProxyCreator
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.ProxyCreatorFactory
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.ProxyFactory
com.github.dmgcodevil.jmspy.proxy.com.github.dmgcodevil.jmspy.proxy.ReflectionUtils
com.github.dmgcodevil.jmspy.proxy.callback
com.github.dmgcodevil.jmspy.proxy.callback.com.github.dmgcodevil.jmspy.proxy.callback.BasicMethodInterceptor
com.github.dmgcodevil.jmspy.proxy.callback.com.github.dmgcodevil.jmspy.proxy.callback.CglibCallbackFilter
com.github.dmgcodevil.jmspy.proxy.callback.com.github.dmgcodevil.jmspy.proxy.callback.JdkProxyPostMethodInvocationProcessor
com.github.dmgcodevil.jmspy.proxy.callback.com.github.dmgcodevil.jmspy.proxy.callback.PostMethodInvocationProcessor
com.github.dmgcodevil.jmspy.proxy.callback.com.github.dmgcodevil.jmspy.proxy.callback.ProxyIdentifierCallback
com.github.dmgcodevil.jmspy.proxy.wrappers
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.AbstractCollectionWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.AbstractSetWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.CollectionWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.EntrySetWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.EntryWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.IteratorWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.ListIteratorWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.ListWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.MapKeySetWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.MapValuesWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.MapWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.SetWrapper
com.github.dmgcodevil.jmspy.proxy.wrappers.com.github.dmgcodevil.jmspy.proxy.wrappers.Wrapper
com.github.dmgcodevil.jmspy.reflection
com.github.dmgcodevil.jmspy.reflection.com.github.dmgcodevil.jmspy.reflection.Instantiator




© 2015 - 2024 Weber Informatics LLC | Privacy Policy