A C D E F G H I M N O P R S T U

A

AbstractObjectTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
AbstractObjectTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
addRootObject(String, Object) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
addRootObject(String, Object) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Adds a Root Object to the Reflector instance.
addRootObject(String, Object) - Method in interface org.ops4j.pax.reflector.ReflectorService
Adds a Root Object to the Reflector instance.
addTypeHandler(TypeHandler) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
addTypeHandler(TypeHandler) - Method in interface org.ops4j.pax.reflector.spi.ReflectorProvider
Adds a TypeHandler.
append(Object, String, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
append(Object, String, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Appends the name to the container name.
append(Object, String, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Appends the name to the container name.
ArrayTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
ArrayTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 

C

canHandle(Object) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
A query method made by the ReflectorService implementation to determine if this TypeHandler should be used for the provided container.
canHandle(Object) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
Query if this TypeHandler can deal with the container argument.
canHandle(Object) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
Query if this TypeHandler can deal with the container argument.
canHandle(Object) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
Query if this TypeHandler can deal with the container argument.
canHandle(Object) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
Query if this TypeHandler can deal with the container argument.
canHandle(Object) - Method in class org.ops4j.pax.reflector.typehandlers.ObjectTypeHandler
Query if this TypeHandler can deal with the container argument.
CollectionTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
CollectionTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
convPrimitive(Class, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 

D

DictionaryTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
DictionaryTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
dispose() - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 

E

expandNativeClass(Class) - Static method in class org.ops4j.pax.reflector.spi.Util
 
extractContainerPart(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
extractContainerPart(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the container part of the objectname.
extractContainerPart(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns the container part of the objectname.
extractContainerPart(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the container part of the objectname.
extractContainerPart(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns the container part of the objectname.
extractNamePart(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
extractNamePart(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the Name part of the objectname.
extractNamePart(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns the Name part of the objectname.
extractNamePart(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the Name part of the objectname.
extractNamePart(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns the Name part of the objectname.

F

findField(Object, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 
findPublicMethod(Object, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 
findPublicMethod(Class, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 
format(ReflectorService, String, PrintWriter, boolean, String) - Method in class org.ops4j.pax.reflector.html.HtmlFormatter
 
format(ReflectorService, String, PrintWriter, boolean, String) - Method in interface org.ops4j.pax.reflector.spi.ReflectionFormatter
 

G

getAllRootNames() - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getContentType() - Method in class org.ops4j.pax.reflector.html.HtmlFormatter
 
getContentType() - Method in interface org.ops4j.pax.reflector.spi.ReflectionFormatter
 
getEnvironment() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
getMember(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMember(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the human readable form of the object instance traversed from the objectname argument.
getMember(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns the human readable form of the object instance traversed from the objectname argument.
getMember(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the human readable form of the object instance traversed from the objectname argument.
getMember(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns the human readable form of the object instance traversed from the objectname argument.
getMemberClass(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberClass(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the Class of the member identified by the membername argument.
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the Class of the member identified by the membername in the provided container.
getMemberClass(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the Class of the member identified by the membername argument.
getMemberClass(Object, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the Class of the member identified by the membername in the provided container.
getMemberClass(Object, String) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns the Class of the member.
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
getMemberClass(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
getMemberClassName(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberClassName(Object, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberClassName(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the name of the Class of the member identified by the objectname argument.
getMemberClassName(Object, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the name of the Class of the member identified by the membername in the provided container.
getMemberClassName(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns the name of the Class of the member identified by the objectname argument.
getMemberClassName(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the name of the Class of the member identified by the objectname argument.
getMemberClassName(Object, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the name of the Class of the member identified by the membername in the provided container.
getMemberClassName(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns the name of the Class of the member identified by the objectname argument.
getMemberNames(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberNames(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns all the membernames found in the member identified by membername argument.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns all the membernames found in the object.
getMemberNames(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns all the membernames found in the member identified by membername argument.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns all the membernames found in the object.
getMemberNames(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns all the membernames found in the member identified by membername argument.
getMemberNames(Object) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns all the membernames found in the object.
getMemberNames(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns all the membernames found in the member identified by membername argument.
getMemberNames(Object) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns all the membernames found in the object.
getMemberNames(Object) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns the names of all the accessible members in the container.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
Returns the names of all the accessible members in the container.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
Returns the names of all the accessible members in the container.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
Returns the names of all the accessible members in the container.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
Returns the names of all the accessible members in the container.
getMemberNames(Object) - Method in class org.ops4j.pax.reflector.typehandlers.ObjectTypeHandler
Returns the names of all the accessible members in the container.
getMemberObject(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getMemberObject(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the object of the member by the given membername.
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Returns the object of the member by the given membername, starting at the provided container.
getMemberObject(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Returns the object of the member by the given membername.
getMemberObject(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the object of the member by the given membername.
getMemberObject(Object, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Returns the object of the member by the given membername, starting at the provided container.
getMemberObject(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Returns the object of the member by the given membername.
getMemberObject(Object, String) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns the object that is assigned to the member of the provided container.
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
getMemberObject(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
getNames(Set, Object) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
getNames(Set, Class) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
getRootObject(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getRootObjects() - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getSeparator() - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns the separator string between container part and the name part.
getSeparator() - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
Returns the separator string between container part and the name part.
getSeparator() - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
Returns the separator string between container part and the name part.
getSeparator() - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
Returns the separator string between container part and the name part.
getSeparator() - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
Returns the separator string between container part and the name part.
getSeparator() - Method in class org.ops4j.pax.reflector.typehandlers.ObjectTypeHandler
Returns the separator string between container part and the name part.
getSystemProperties() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
getSystemSettings() - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns the System Settings that has been set to the TypeHandler.
getSystemSettings() - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
Returns the System Settings that has been set to the TypeHandler.
getSystemSettings() - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
Returns the System Settings that has been set to the TypeHandler.
getSystemSettings() - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
Returns the System Settings that has been set to the TypeHandler.
getSystemSettings() - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
Returns the System Settings that has been set to the TypeHandler.
getSystemSettings() - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
Returns the System Settings that has been set to the TypeHandler.
getTypeHandlers() - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
getTypeHandlers() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 

H

HtmlFormatter - Class in org.ops4j.pax.reflector.html
 
HtmlFormatter() - Constructor for class org.ops4j.pax.reflector.html.HtmlFormatter
 

I

isExposePackageProtectedAccessorMethods() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePackageProtectedAccessorMethods() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePackageProtectedMembers() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePackageProtectedMembers() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePackageProtectedStaticFields() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePackageProtectedStaticFields() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePrivateAccessorMethods() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePrivateAccessorMethods() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePrivateMembers() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePrivateMembers() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePrivateStaticFields() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePrivateStaticFields() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposeProtectedAccessorMethods() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposeProtectedAccessorMethods() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposeProtectedMembers() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposeProtectedMembers() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposeProtectedStaticFields() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposeProtectedStaticFields() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePublicAccessorMethods() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePublicAccessorMethods() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePublicMembers() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePublicMembers() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isExposePublicStaticFields() - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
isExposePublicStaticFields() - Method in interface org.ops4j.pax.reflector.spi.SystemSettings
 
isMemberSettable(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
isMemberSettable(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Checks with the member of the given objectname can be set to a value.
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Checks with the member of the given membername can be set to a value.
isMemberSettable(String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Checks with the member of the given objectname can be set to a value.
isMemberSettable(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Checks with the member of the given objectname can be set to a value.
isMemberSettable(Object, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Checks with the member of the given membername can be set to a value.
isMemberSettable(String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Checks with the member of the given objectname can be set to a value.
isMemberSettable(Object, String) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Returns true if the member is settable.
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
isMemberSettable(Object, String) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
isPrimitive(Object) - Static method in class org.ops4j.pax.reflector.spi.Util
 

M

m_SystemSettings - Variable in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
m_SystemSettings - Variable in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 
m_SystemSettings - Variable in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
m_SystemSettings - Variable in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
m_SystemSettings - Variable in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
MapTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
MapTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
matchField(String, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 

N

newInstance() - Static method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
NotSupportedOperationException - Exception in org.ops4j.pax.reflector.impl
 
NotSupportedOperationException() - Constructor for exception org.ops4j.pax.reflector.impl.NotSupportedOperationException
 

O

ObjectTypeHandler - Class in org.ops4j.pax.reflector.typehandlers
 
ObjectTypeHandler() - Constructor for class org.ops4j.pax.reflector.typehandlers.ObjectTypeHandler
 
org.ops4j.pax.reflector - package org.ops4j.pax.reflector
The Reflector API is fairly simple and a single interface represents everything that it can do.
org.ops4j.pax.reflector.html - package org.ops4j.pax.reflector.html
 
org.ops4j.pax.reflector.impl - package org.ops4j.pax.reflector.impl
Implementation of the Reflector facility.
org.ops4j.pax.reflector.servlet - package org.ops4j.pax.reflector.servlet
 
org.ops4j.pax.reflector.spi - package org.ops4j.pax.reflector.spi
 
org.ops4j.pax.reflector.typehandlers - package org.ops4j.pax.reflector.typehandlers
Implementation of additional TypeHandlers, which are required to provide proper handling of these special types.

P

packageNames(Set) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 

R

ReflectionException - Exception in org.ops4j.pax.reflector
ReflectionException is thrown when the ReflectorService can not proceed with its operation.
ReflectionException() - Constructor for exception org.ops4j.pax.reflector.ReflectionException
 
ReflectionException(String) - Constructor for exception org.ops4j.pax.reflector.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception org.ops4j.pax.reflector.ReflectionException
 
ReflectionFormatter - Interface in org.ops4j.pax.reflector.spi
A ReflectionFormatter is passed the value of a member in the container, based on the type of the member.
ReflectorHtmlServlet - Class in org.ops4j.pax.reflector.servlet
 
ReflectorHtmlServlet(ReflectorService, ReflectionFormatter) - Constructor for class org.ops4j.pax.reflector.servlet.ReflectorHtmlServlet
 
ReflectorImpl - Class in org.ops4j.pax.reflector.impl
The Reflector Implementation is capable of digging through any Java application that is added as a root object.
ReflectorProvider - Interface in org.ops4j.pax.reflector.spi
 
ReflectorService - Interface in org.ops4j.pax.reflector
The ReflectorService allows you to traverse object instances in a running application.
RemoteDelegatingReflectorImpl - Class in org.ops4j.pax.reflector.impl
 
RemoteDelegatingReflectorImpl(RemoteReflector) - Constructor for class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
 
RemoteReflector - Interface in org.ops4j.pax.reflector
The RemoteReflector is not yet ready for usage, since we have some issue in the OSGi environment.
RemoteReflectorImpl - Class in org.ops4j.pax.reflector.impl
 
RemoteReflectorImpl(ReflectorService) - Constructor for class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
 
removeRootObject(String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
removeRootObject(String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Removes the root object with registered under the provided name.
removeRootObject(String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Removes the root object with registered under the provided name.
removeTypeHandler(TypeHandler) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
removeTypeHandler(TypeHandler) - Method in interface org.ops4j.pax.reflector.spi.ReflectorProvider
Removes a TypeHandler from the ReflectorProvider.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.reflector.servlet.ReflectorHtmlServlet
 
setExposePackageProtectedAccessorMethods(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePackageProtectedMembers(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePackageProtectedStaticFields(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePrivateAccessorMethods(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePrivateMembers(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePrivateStaticFields(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposeProtectedAccessorMethods(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposeProtectedMembers(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposeProtectedStaticFields(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePublicAccessorMethods(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePublicMembers(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setExposePublicStaticFields(boolean) - Method in class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 
setMember(String, String) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
setMember(String, String) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Assigns the value to the member identified by the membername argument.
setMember(String, String) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Assigns the value to the member identified by the membername argument.
setMember(String, String) - Method in interface org.ops4j.pax.reflector.ReflectorService
Assigns the value to the member identified by the membername argument.
setMember(String, String) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Assigns the value to the member identified by the membername argument.
setMemberObject(String, Object) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.impl.ReflectorImpl
 
setMemberObject(String, Object) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Assigns the value to the member identified by the membername argument.
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.impl.RemoteDelegatingReflectorImpl
Assigns the value to the member identified by the membername starting at the container object.
setMemberObject(String, Object) - Method in class org.ops4j.pax.reflector.impl.RemoteReflectorImpl
Assigns the value to the member identified by the membername argument.
setMemberObject(String, Object) - Method in interface org.ops4j.pax.reflector.ReflectorService
Assigns the value to the member identified by the membername argument.
setMemberObject(Object, String, Object) - Method in interface org.ops4j.pax.reflector.ReflectorService
Assigns the value to the member identified by the membername starting at the container object.
setMemberObject(String, Object) - Method in interface org.ops4j.pax.reflector.RemoteReflector
Assigns the value to the member identified by the membername argument.
setMemberObject(Object, String, Object) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Sets the member of a container to the provided value.
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
 
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
 
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
 
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
 
setMemberObject(Object, String, Object) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
 
setPrimitive(Field, Object, String) - Static method in class org.ops4j.pax.reflector.spi.Util
 
setSystemSettings(SystemSettings) - Method in interface org.ops4j.pax.reflector.spi.TypeHandler
Sets the SystemSettings to this TypeHandler.
setSystemSettings(SystemSettings) - Method in class org.ops4j.pax.reflector.typehandlers.AbstractObjectTypeHandler
Sets the SystemSettings to this TypeHandler.
setSystemSettings(SystemSettings) - Method in class org.ops4j.pax.reflector.typehandlers.ArrayTypeHandler
Sets the SystemSettings to this TypeHandler.
setSystemSettings(SystemSettings) - Method in class org.ops4j.pax.reflector.typehandlers.CollectionTypeHandler
Sets the SystemSettings to this TypeHandler.
setSystemSettings(SystemSettings) - Method in class org.ops4j.pax.reflector.typehandlers.DictionaryTypeHandler
Sets the SystemSettings to this TypeHandler.
setSystemSettings(SystemSettings) - Method in class org.ops4j.pax.reflector.typehandlers.MapTypeHandler
Sets the SystemSettings to this TypeHandler.
SystemSettings - Interface in org.ops4j.pax.reflector.spi
 
SystemSettingsImpl - Class in org.ops4j.pax.reflector.impl
 
SystemSettingsImpl(LinkedList) - Constructor for class org.ops4j.pax.reflector.impl.SystemSettingsImpl
 

T

TypeHandler - Interface in org.ops4j.pax.reflector.spi
TypeHandler interface which allows for extending the special types handling.

U

updated(Dictionary) - Method in class org.ops4j.pax.reflector.html.HtmlFormatter
 
Util - Class in org.ops4j.pax.reflector.spi
 
Util() - Constructor for class org.ops4j.pax.reflector.spi.Util
 

A C D E F G H I M N O P R S T U

Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.