MCPcopy Create free account

hub / github.com/Liubsyy/HotSecondsIDEA / types & classes

Types & classes903 in github.com/Liubsyy/HotSecondsIDEA

ClassA
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/util/signature/SignatureTest.java:72
InterfaceA
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:71
InterfaceA
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:103
ClassAImpl
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:39
ClassAImpl
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:54
ClassAImpl___0
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:47
ClassAImpl___0
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:72
ClassAImpl___1
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:55
ClassAImpl___1
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:90
ClassAImpl___2
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:63
ClassASTList
A linked list. The right subtree must be an ASTList object or null.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ASTList.java:25
ClassASTree
Abstract Syntax Tree. An ASTree object represents a node of a binary tree. If the node is a leaf node, both <code>getLeft()</code> and <code>getRigh
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ASTree.java:28
InterfaceA___0
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:76
InterfaceA___0
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:110
InterfaceA___1
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:81
InterfaceA___1
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:117
InterfaceA___2
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:86
ClassAbsTypeVar
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:197
ClassAbstractClassBeanTransformer
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/transformer/AbstractClassBeanTransformer.java:29
ClassAbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references, such as {@link UrlResource} or {@link ClassPathResource}. <p> Detects the
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/AbstractFileResolvingResource.java:43
ClassAbstractMatcher
The Class AbstractMatcher. @author alpapad@gmail.com
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/matcher/AbstractMatcher.java:38
ClassAbstractNIO2Watcher
NIO2 watcher implementation for systems which support ExtendedWatchEventModifier.FILE_TREE <p/> Java 7 (NIO2) watch a directory (or tree) for changes
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/nio/AbstractNIO2Watcher.java:64
ClassAbstractProxyBytecodeTransformer
Transforms the bytecode of a new proxy definition so it is initialized on the first access of one of its methods. @author Erki Ehtla
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/AbstractProxyBytecodeTransformer.java:36
ClassAbstractProxyTransformer
Redefines a proxy @author Erki Ehtla
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/AbstractProxyTransformer.java:29
ClassAbstractResource
Convenience base class for {@link Resource} implementations, pre-implementing typical behavior. <p> The "exists" method will check whether a File or
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/AbstractResource.java:42
ClassAccess
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/ControlFlow.java:337
ClassAccessFlag
A support class providing static methods and constants for access modifiers such as public, private, ...
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AccessFlag.java:23
ClassAccessorMaker
AccessorMaker maintains accessors to private members of an enclosing class. It is necessary for compiling a method in an inner class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/AccessorMaker.java:40
ClassAddEnhancerMethodProxyTest
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:36
ClassAddMethodProxyTest
Tests accessing added method on a proxy. @author Erki Ehtla
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:38
ClassAgentLogger
Create custom simple logging mechanism. <p/> Instead of java.util.logging because many frameworks and APP servers will complicate/override settings.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLogger.java:31
ClassAgentLoggerHandler
Simple handler to log to output stream (default is system.out). @author Jiri Bubnik
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLoggerHandler.java:32
ClassAgentLoggerHandlerTest
Created by bubnik on 14.10.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/logging/AgentLoggerHandlerTest.java:33
ClassAgentLoggerTest
Created by bubnik on 12.10.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/logging/AgentLoggerTest.java:30
ClassAlignmentException
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:796
ClassAnalyzer
A data-flow analyzer that determines the type state of the stack and local variable table at every reachable instruction in a method. During analysis,
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Analyzer.java:84
ClassAnnotation
The <code>annotation</code> structure. <p>An instance of this class is returned by <code>getAnnotations()</code> in <code>AnnotationsAttribute</code>
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/Annotation.java:48
ClassAnnotationDefaultAttribute
A class representing <code>AnnotationDefault_attribute</code>. <p>For example, if you declare the following annotation type: <pre> &#64;interface Au
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AnnotationDefaultAttribute.java:66
ClassAnnotationHelper
@author Jiri Bubnik
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/AnnotationHelper.java:29
ClassAnnotationHelperTest
Created by bubnik on 3.11.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/util/AnnotationHelperTest.java:32
ClassAnnotationImpl
Internal-use only. This is a helper class internally used for implementing <code>toAnnotationType()</code> in <code>Annotation</code>. @author Shige
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/AnnotationImpl.java:38
ClassAnnotationMemberValue
Nested annotation. @author <a href="mailto:bill@jboss.org">Bill Burke</a> @author Shigeru Chiba
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/AnnotationMemberValue.java:30
ClassAnnotationProcessor
Process annotations on a plugin, register appropriate handlers. @author Jiri Bubnik
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/AnnotationProcessor.java:37
ClassAnnotationProcessorTest
Created by bubnik on 11.10.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/util/AnnotationProcessorTest.java:37
ClassAnnotationsAttribute
A class representing <code>RuntimeVisibleAnnotations_attribute</code> and <code>RuntimeInvisibleAnnotations_attribute</code>. <p>To obtain an Annotat
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AnnotationsAttribute.java:120
ClassAnnotationsWriter
A convenience class for constructing a <code>..Annotations_attribute</code>. See the source code of the <code>AnnotationsAttribute.Copier</code> class
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/AnnotationsWriter.java:61
ClassAnonymousClassInfo
Get signature for an anonymous class to compare two versions (before and after reload). @author Jiri Bubnik
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfo.java:34
InterfaceAnonymousClassInfoMatcher
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfos.java:275
ClassAnonymousClassInfoTest
Check generated signatures same with java Class and javassist CtClass.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousClassInfoTest.java:35
ClassAnonymousClassInfos
Info about anonymous classes. <p/> This class will on construction search for all anonymous classes of the main class and calculate superclass, interf
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfos.java:44
ClassAnonymousClassInfosTest
Simulate transition after class change (add/remove inner anonymous classes).
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousClassInfosTest.java:34
ClassAnonymousClassPatchPlugin
Class names MyClass$1, MyClass$2 are created in the order as anonymous class appears in the source code. After anonymous class insertion/deletion the
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassPatchPlugin.java:75
ClassAnonymousTestClass1
Created by bubnik on 17.11.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestClass1.java:24
ClassAnonymousTestClass2
Change of enclosing method name.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestClass2.java:24
ClassAnonymousTestClass3
Insert class $2 before class $1.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestClass3.java:24
ClassAnonymousTestClass4
1 -> 4 not compatible anonymous class change. Should replace $1 with empty implementation and define brand new class with code from $1.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestClass4.java:25
InterfaceAnonymousTestInterface1
Created by bubnik on 17.11.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestInterface1.java:24
InterfaceAnonymousTestInterface2
Created by bubnik on 17.11.13.
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousTestInterface2.java:24
ClassAntPathMatcher
{@link PathMatcher} implementation for Ant-style path patterns. <p> Part of this mapping code has been kindly borrowed from <a href="http://ant.apach
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/AntPathMatcher.java:76
ClassAntPathStringMatcher
Tests whether or not a string matches against a pattern via a {@link Pattern}. <p> The pattern may contain special characters: ' ' means zero or more
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/AntPathMatcher.java:680
ClassAntPatternComparator
The default {@link Comparator} implementation returned by {@link #getPatternComparator(String)}. <p> In order, the most "generic" pattern is determine
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/AntPathMatcher.java:775
ClassAppClassLoaderExecutor
@author Jiri Bubnik
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/AppClassLoaderExecutor.java:32
ClassAppletServer
An AppletServer object is a web server that an ObjectImporter communicates with. It makes the objects specified by <code>exportObject()</code> remote
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/rmi/AppletServer.java:48
ClassArchivePathHelper
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/ArchivePathHelper.java:30
ClassArchivePathHelper
hotswap-core/plugin/hotswap-agent-owb-plugin/src/main/java/org/hotswap/agent/plugin/owb/ArchivePathHelper.java:30
InterfaceArrayAccessReplacementMethodNames
Interface containing the method names to be used as array access replacements. @author <a href="kabir.khan@jboss.com">Kabir Khan</a> @version $Revisi
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CodeConverter.java:566
ClassArrayElement
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:687
ClassArrayInit
Array initializer such as <code>{ 1, 2, 3 }</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ArrayInit.java:24
ClassArrayInitializer
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:1398
ClassArrayMemberValue
Array member. @author <a href="mailto:bill@jboss.org">Bill Burke</a> @author Shigeru Chiba
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/ArrayMemberValue.java:31
ClassArrayType
Array types.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:839
ClassArrayType
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:608
ClassArtifactVersion
Default implementation of artifact versioning. @author <a href="mailto:brett@apache.org">Brett Porter</a>
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ArtifactVersion.java:32
ClassAssert
Assertion utility class that assists in validating arguments. <p> Useful for identifying programmer errors early and clearly at runtime. <p> For exa
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/Assert.java:62
ClassAssignExpr
Assignment expression.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/AssignExpr.java:24
ClassAttributeInfo
<code>attribute_info</code> structure. @see ClassFile#getAttribute(String) @see MethodInfo#getAttribute(String) @see FieldInfo#getAttribute(String)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AttributeInfo.java:37
InterfaceAttributeWriter
This writes attributes. <p>For example, the following object writes a synthetic attribute: <pre> ConstPoolWriter cpw = ...; final int tag = cpw.addU
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFileWriter.java:221
ClassAutoHotswapPathEventListener
hotswap-core/plugin/hotswap-agent-osgiequinox-plugin/src/main/java/org/hotswap/agent/plugin/osgiequinox/OsgiEquinoxPlugin.java:257
ClassB
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/util/signature/SignatureTest.java:94
ClassBadBytecode
Signals that a bad bytecode sequence has been found.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/BadBytecode.java:22
ClassBadHttpRequest
Thrown when receiving an invalid HTTP request.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/web/BadHttpRequest.java:22
ClassBaseType
Primitive types.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:613
ClassBasicBlock
A basic block is a sequence of bytecode that does not contain jump/branch instructions except at the last bytecode. Since Java7 or later does not allo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/BasicBlock.java:38
ClassBasicType
Primitive types.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:124
ClassBdaAgentRegistry
BdaAgentRegistry - maps archivePath to BeanClassRefreshAgent. This class is separated from BeanClassRefreshAgent to avoid "class not found exception"
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BdaAgentRegistry.java:31
ClassBeanChangedRepository
Change to this repository to check reinitialization after hotswap.
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/wildcardstest/beans/testbeans/BeanChangedRepository.java:26
ClassBeanChangedRepository
Change to this repository to check reinitialization after hotswap.
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeans/BeanChangedRepository.java:26
ClassBeanClassRefreshAgent
Handle definition and redefinition of bean classes in BeanManager. If the bean class already exists than, according reloading policy, either bean inst
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BeanClassRefreshAgent.java:49
ClassBeanClassRefreshAgent
Handle definition and redefinition of bean classes in BeanManager. If the bean class already exists than, according reloading policy, either bean inst
hotswap-core/plugin/hotswap-agent-owb-plugin/src/main/java/org/hotswap/agent/plugin/owb/command/BeanClassRefreshAgent.java:75
ClassBeanClassRefreshCommand
BeanClassRefreshCommand. Collect all classes definitions/redefinitions for single archive 1. Merge all commands (definition, redefinition) for single
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BeanClassRefreshCommand.java:43
ClassBeanClassRefreshCommand
BeanClassRefreshCommand. Collect all classes definitions/redefinitions for application 1. Merge all commands (definition, redefinition) for appClassL
hotswap-core/plugin/hotswap-agent-owb-plugin/src/main/java/org/hotswap/agent/plugin/owb/command/BeanClassRefreshCommand.java:44
ClassBeanDeploymentArchiveTransformer
Hook into WeldBeanDeploymentArchive or BeanDeploymentArchiveImpl(WildFly) constructors to initialize WeldPlugin @author Vladimir Dvorak
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/transformer/BeanDeploymentArchiveTransformer.java:36
ClassBeanPrototype
Basic test bean with prototype scope.
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeans/BeanPrototype.java:28
ClassBeanPrototype2
Basic test bean with prototype scope.
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeansHotswap/BeanPrototype2.java:29
ClassBeanReloadExecutor
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BeanReloadExecutor.java:67
EnumBeanReloadStrategy
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/BeanReloadStrategy.java:21
EnumBeanReloadStrategy
hotswap-core/plugin/hotswap-agent-owb-plugin/src/main/java/org/hotswap/agent/plugin/owb/BeanReloadStrategy.java:21
ClassBeanRepository
Basic repository bean
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/wildcardstest/beans/testbeans/BeanRepository.java:26
ClassBeanRepository
Basic repository bean
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeans/BeanRepository.java:26
ClassBeanRepository2
Change repository, use Autowiring to check that new bean is really created. Test Service that uses this repository that it is indeed recreated with ne
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeansHotswap/BeanRepository2.java:29
next →1–100 of 903, ranked by callers