Uses of Interface
org.ops4j.pax.reflector.spi.SystemSettings

Packages that use SystemSettings
org.ops4j.pax.reflector.impl Implementation of the Reflector facility. 
org.ops4j.pax.reflector.spi   
org.ops4j.pax.reflector.typehandlers Implementation of additional TypeHandlers, which are required to provide proper handling of these special types. 
 

Uses of SystemSettings in org.ops4j.pax.reflector.impl
 

Classes in org.ops4j.pax.reflector.impl that implement SystemSettings
 class SystemSettingsImpl
           
 

Uses of SystemSettings in org.ops4j.pax.reflector.spi
 

Methods in org.ops4j.pax.reflector.spi that return SystemSettings
 SystemSettings TypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 

Methods in org.ops4j.pax.reflector.spi with parameters of type SystemSettings
 void TypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 

Uses of SystemSettings in org.ops4j.pax.reflector.typehandlers
 

Fields in org.ops4j.pax.reflector.typehandlers declared as SystemSettings
protected  SystemSettings AbstractObjectTypeHandler.m_SystemSettings
           
protected  SystemSettings ArrayTypeHandler.m_SystemSettings
           
protected  SystemSettings DictionaryTypeHandler.m_SystemSettings
           
protected  SystemSettings MapTypeHandler.m_SystemSettings
           
protected  SystemSettings CollectionTypeHandler.m_SystemSettings
           
 

Methods in org.ops4j.pax.reflector.typehandlers that return SystemSettings
 SystemSettings AbstractObjectTypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 SystemSettings ArrayTypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 SystemSettings DictionaryTypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 SystemSettings MapTypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 SystemSettings CollectionTypeHandler.getSystemSettings()
          Returns the System Settings that has been set to the TypeHandler.
 

Methods in org.ops4j.pax.reflector.typehandlers with parameters of type SystemSettings
 void AbstractObjectTypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 void ArrayTypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 void DictionaryTypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 void MapTypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 void CollectionTypeHandler.setSystemSettings(SystemSettings settings)
          Sets the SystemSettings to this TypeHandler.
 



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