|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Map in java.security |
---|
Classes in java.security that implement Map | |
---|---|
class |
Provider
|
Methods in java.security with parameters of type Map | |
---|---|
static Provider[] |
Security.getProviders(Map var0)
|
void |
Provider.putAll(Map var0)
|
Uses of Map in java.text |
---|
Methods in java.text that return Map | |
---|---|
Map |
AttributedCharacterIterator.getAttributes()
|
Methods in java.text with parameters of type Map | |
---|---|
void |
AttributedString.addAttributes(Map var0,
int var1,
int var2)
|
Constructors in java.text with parameters of type Map | |
---|---|
AttributedString(String var0,
Map var1)
|
Uses of Map in java.util |
---|
Subinterfaces of Map in java.util | |
---|---|
interface |
SortedMap
|
Classes in java.util that implement Map | |
---|---|
class |
AbstractMap
|
class |
HashMap
|
class |
Hashtable
|
class |
Properties
|
class |
TreeMap
|
class |
WeakHashMap
|
Fields in java.util declared as Map | |
---|---|
static Map |
Collections.EMPTY_MAP
|
Methods in java.util that return Map | |
---|---|
static Map |
Collections.singletonMap(Object var0,
Object var1)
|
static Map |
Collections.synchronizedMap(Map var0)
|
static Map |
Collections.unmodifiableMap(Map var0)
|
Methods in java.util with parameters of type Map | |
---|---|
void |
TreeMap.putAll(Map var0)
|
void |
Map.putAll(Map var0)
|
void |
Hashtable.putAll(Map var0)
|
void |
HashMap.putAll(Map var0)
|
void |
AbstractMap.putAll(Map var0)
|
static Map |
Collections.synchronizedMap(Map var0)
|
static Map |
Collections.unmodifiableMap(Map var0)
|
Constructors in java.util with parameters of type Map | |
---|---|
HashMap(Map var0)
|
|
Hashtable(Map var0)
|
|
TreeMap(Map var0)
|
|
WeakHashMap(Map var0)
|
Uses of Map in java.util.jar |
---|
Classes in java.util.jar that implement Map | |
---|---|
class |
Attributes
|
Fields in java.util.jar declared as Map | |
---|---|
protected Map |
Attributes.map
|
Methods in java.util.jar that return Map | |
---|---|
Map |
Manifest.getEntries()
|
Methods in java.util.jar with parameters of type Map | |
---|---|
void |
Attributes.putAll(Map var0)
|
Uses of Map in org.apache.felix.cm.file |
---|
Fields in org.apache.felix.cm.file declared as Map | |
---|---|
protected static Map |
ConfigurationHandler.code2Type
|
protected static Map |
ConfigurationHandler.type2Code
|
Uses of Map in org.apache.felix.deployment.rp.autoconf |
---|
Methods in org.apache.felix.deployment.rp.autoconf that return Map | |
---|---|
Map |
PersistencyManager.loadAll()
Loads all stored resources. |
Uses of Map in org.apache.felix.deploymentadmin.spi |
---|
Methods in org.apache.felix.deploymentadmin.spi that return Map | |
---|---|
Map |
GetStorageAreaCommand.getStorageAreas()
Determines the storage area's of all bundles in the source deployment package of a deployment session. |
Uses of Map in org.apache.felix.dm.test.bundle.annotation.publisher |
---|
Methods in org.apache.felix.dm.test.bundle.annotation.publisher with parameters of type Map | |
---|---|
void |
ResourceAdapterServiceTestWithPublisher.ResourceProvider.add(Map serviceProperties,
ResourceHandler handler)
Handles a new Resource consumer |
Uses of Map in org.apache.felix.dm.test.bundle.annotation.resource |
---|
Methods in org.apache.felix.dm.test.bundle.annotation.resource with parameters of type Map | |
---|---|
void |
ResourceProvider.add(Map serviceProperties,
ResourceHandler handler)
Handles a new Resource consumer |
Uses of Map in org.apache.felix.fileinstall.internal |
---|
Methods in org.apache.felix.fileinstall.internal with parameters of type Map | |
---|---|
void |
Scanner.initialize(Map checksums)
Initialize the list of known files. |
Uses of Map in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return Map | |
---|---|
Map |
ModuleImpl.getHeaders()
|
Methods in org.apache.felix.framework with parameters of type Map | |
---|---|
Framework |
FrameworkFactory.newFramework(Map configuration)
|
Constructors in org.apache.felix.framework with parameters of type Map | |
---|---|
Felix(Map configMap)
This constructor creates a framework instance with a specified Map of configuration properties. |
|
ModuleImpl(Logger logger,
Map configMap,
Bundle bundle,
String id,
String[] bootPkgs,
boolean[] bootPkgWildcards)
This constructor is used by the extension manager, since it needs a constructor that does not throw an exception. |
|
ModuleImpl(Logger logger,
Map configMap,
Felix.FelixResolver resolver,
Bundle bundle,
String id,
Map headerMap,
Content content,
URLStreamHandler streamHandler,
String[] bootPkgs,
boolean[] bootPkgWildcards)
|
Uses of Map in org.apache.felix.framework.cache |
---|
Methods in org.apache.felix.framework.cache that return Map | |
---|---|
Map |
BundleRevision.getConfig()
Returns the configuration map for this revision. |
abstract Map |
BundleRevision.getManifestHeader()
Returns the main attributes of the JAR file manifest header of the revision. |
Constructors in org.apache.felix.framework.cache with parameters of type Map | |
---|---|
BundleArchive(Logger logger,
Map configMap,
File archiveRootDir)
This constructor is called when an archive for a bundle is being reconstructed when the framework is restarted. |
|
BundleArchive(Logger logger,
Map configMap,
File archiveRootDir,
long id,
int startLevel,
String location,
InputStream is)
This constructor is used for creating new archives when a bundle is installed into the framework. |
|
BundleCache(Logger logger,
Map configMap)
|
|
BundleRevision(Logger logger,
Map configMap,
File revisionRootDir,
String location)
This class is abstract and cannot be created. |
|
DirectoryContent(Logger logger,
Map configMap,
Object revisionLock,
File rootDir,
File dir)
|
|
JarContent(Logger logger,
Map configMap,
Object revisionLock,
File rootDir,
File file,
ZipFileX zipFile)
|
Uses of Map in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that return Map | |
---|---|
Map |
Module.getHeaders()
|
Uses of Map in org.apache.felix.framework.util |
---|
Classes in org.apache.felix.framework.util that implement Map | |
---|---|
class |
StringMap
Simple utility class that creates a map for string-based keys. |
Methods in org.apache.felix.framework.util with parameters of type Map | |
---|---|
void |
StringMap.putAll(Map map)
|
static String |
Util.substVars(String val,
String currentKey,
Map cycleMap,
Properties configProps)
This method performs property variable substitution on the specified value. |
Constructors in org.apache.felix.framework.util with parameters of type Map | |
---|---|
MapToDictionary(Map map)
|
|
StringMap(Map map,
boolean caseSensitive)
|
Uses of Map in org.apache.felix.framework.util.manifestparser |
---|
Methods in org.apache.felix.framework.util.manifestparser with parameters of type Map | |
---|---|
boolean |
R4LibraryClause.match(Map configMap)
|
boolean |
R4Library.match(Map configMap,
String name)
Determines if the specified native library name matches this native library definition. |
Constructors in org.apache.felix.framework.util.manifestparser with parameters of type Map | |
---|---|
ManifestParser(Logger logger,
Map configMap,
Module owner,
Map headerMap)
|
Uses of Map in org.apache.felix.ipojo |
---|
Fields in org.apache.felix.ipojo declared as Map | |
---|---|
protected Map |
IPojoFactory.m_componentInstances
The list of the managed instance managers. |
Uses of Map in org.apache.felix.ipojo.api.composite |
---|
Methods in org.apache.felix.ipojo.api.composite with parameters of type Map | |
---|---|
InstantiatedService |
InstantiatedService.addProperty(String name,
Map values)
Adds a map property. |
Instance |
Instance.addProperty(String name,
Map values)
Adds a map property. |
Uses of Map in org.apache.felix.ipojo.composite.service.instantiator |
---|
Methods in org.apache.felix.ipojo.composite.service.instantiator that return Map | |
---|---|
protected Map |
SvcInstance.getMatchingFactories()
Get the map of used references [reference, component instance]. |
Uses of Map in org.apache.felix.ipojo.context |
---|
Constructors in org.apache.felix.ipojo.context with parameters of type Map | |
---|---|
StringMap(Map map,
boolean caseSensitive)
Constructor. |
Uses of Map in org.apache.felix.ipojo.junit4osgi.plugin |
---|
Methods in org.apache.felix.ipojo.junit4osgi.plugin with parameters of type Map | |
---|---|
void |
XMLReport.generateReport(junit.framework.Test test,
junit.framework.TestResult tr,
File reportsDirectory,
BundleContext bc,
Map configuration)
Generates the XML reports. |
Uses of Map in org.apache.felix.ipojo.manipulation |
---|
Methods in org.apache.felix.ipojo.manipulation that return Map | |
---|---|
Map |
ClassChecker.getFields()
Get collected fields. |
Map |
Manipulator.getFields()
|
Map |
MethodDescriptor.getParameterAnnotations()
|
Constructors in org.apache.felix.ipojo.manipulation with parameters of type Map | |
---|---|
MethodCreator(org.objectweb.asm.ClassVisitor arg0,
Map fields,
List methods)
Constructor. |
Uses of Map in org.apache.felix.ipojo.manipulation.annotations |
---|
Methods in org.apache.felix.ipojo.manipulation.annotations that return Map | |
---|---|
protected Map |
MetadataCollector.getElements()
|
protected Map |
MetadataCollector.getIds()
|
Uses of Map in org.apache.felix.ipojo.manipulator |
---|
Methods in org.apache.felix.ipojo.manipulator that return Map | |
---|---|
Map |
Pojoization.parseHeader(String value)
Standard OSGi header parser. |
Methods in org.apache.felix.ipojo.manipulator with parameters of type Map | |
---|---|
String |
Pojoization.printClauses(Map exports,
String allowedDirectives)
Print a standard Map based OSGi header. |
Uses of Map in org.apache.felix.main |
---|
Methods in org.apache.felix.main with parameters of type Map | |
---|---|
static void |
AutoProcessor.process(Map configMap,
BundleContext context)
Used to instigate auto-deploy directory process and auto-install/auto-start configuration property processing during. |
Uses of Map in org.apache.felix.metatype |
---|
Methods in org.apache.felix.metatype that return Map | |
---|---|
Map |
OCD.getAttributeDefinitions()
|
Map |
MetaData.getDesignates()
|
protected Map |
DefaultMetaTypeProvider.getDesignates()
|
Map |
OCD.getIcons()
|
Map |
MetaData.getObjectClassDefinitions()
|
protected Map |
DefaultMetaTypeProvider.getObjectClassDefinitions()
|
Methods in org.apache.felix.metatype with parameters of type Map | |
---|---|
void |
AD.setOptions(Map options)
|
Uses of Map in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http |
---|
Fields in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http declared as Map | |
---|---|
protected Map |
HttpOutputStream.headers
Headers to be sent |
Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that return Map | |
---|---|
Map |
HttpInputStream.getHeaders()
Returns a given header by name, assumes lower case |
Map |
HttpInputStream.getVariables()
Returns a map with the variables passed in the request. |
Uses of Map in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote that return Map | |
---|---|
static Map |
MX4JRemoteUtils.removeNonSerializableEntries(Map map)
Returns a copy of the given Map that does not contain non-serializable entries |
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote with parameters of type Map | |
---|---|
abstract Object |
ConnectionResolver.bindClient(Object client,
Map environment)
Connects the client returned by ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL, java.util.Map) to the server side |
abstract javax.management.remote.JMXServiceURL |
ConnectionResolver.bindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
Binds the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map) to a place specified in the JMXServiceURL. |
abstract Object |
ConnectionResolver.createServer(javax.management.remote.JMXServiceURL url,
Map environment)
Creates an instance of the server as specified in the given JMXServiceURL. |
abstract Object |
ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL url,
Map environment)
Looks up a connection to the server side as specified in the given JMXServiceURL. |
static javax.management.remote.JMXConnectorProvider |
ProviderFactory.newJMXConnectorProvider(javax.management.remote.JMXServiceURL url,
Map env)
|
static javax.management.remote.JMXConnectorServerProvider |
ProviderFactory.newJMXConnectorServerProvider(javax.management.remote.JMXServiceURL url,
Map env)
|
static Map |
MX4JRemoteUtils.removeNonSerializableEntries(Map map)
Returns a copy of the given Map that does not contain non-serializable entries |
abstract void |
ConnectionResolver.unbindServer(Object server,
javax.management.remote.JMXServiceURL address,
Map environment)
Unbinds the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map) from the place specified in the JMXServiceURL. |
Constructors in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote with parameters of type Map | |
---|---|
AbstractHeartBeat(ConnectionNotificationEmitter emitter,
Map environment)
|
|
DefaultRemoteNotificationServerHandler.NotificationBuffer(Map environment)
|
|
DefaultRemoteNotificationServerHandler(Map environment)
|
|
RemoteNotificationClientHandler(RemoteNotificationClientHandler.NotificationHandler fetcher,
Map environment)
|
Uses of Map in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.provider |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.provider with parameters of type Map | |
---|---|
javax.management.remote.JMXConnector |
RMIClientProvider.newJMXConnector(javax.management.remote.JMXServiceURL url,
Map environment)
|
javax.management.remote.JMXConnectorServer |
RMIServerProvider.newJMXConnectorServer(javax.management.remote.JMXServiceURL url,
Map environment,
javax.management.MBeanServer server)
|
Uses of Map in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.resolver.rmi |
---|
Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.resolver.rmi with parameters of type Map | |
---|---|
Object |
RMIResolver.bindClient(Object client,
Map environment)
|
javax.management.remote.JMXServiceURL |
RMIResolver.bindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServerImpl |
RMIResolver.createRMIServer(javax.management.remote.JMXServiceURL url,
Map environment)
|
Object |
RMIResolver.createServer(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServer |
RMIResolver.decodeStub(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected void |
RMIResolver.destroyServer(Object server,
Map environment)
|
protected String |
RMIResolver.encodeStub(javax.management.remote.rmi.RMIServerImpl rmiServer,
Map environment)
|
Object |
RMIResolver.lookupClient(javax.management.remote.JMXServiceURL url,
Map environment)
|
protected javax.management.remote.rmi.RMIServer |
RMIResolver.lookupRMIServerStub(javax.management.remote.JMXServiceURL url,
Map environment)
|
void |
RMIResolver.unbindServer(Object server,
javax.management.remote.JMXServiceURL url,
Map environment)
|
Uses of Map in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi |
---|
Constructors in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi with parameters of type Map | |
---|---|
ClientInvoker(javax.management.remote.rmi.RMIConnection rmiConnection,
RemoteNotificationClientHandler notificationHandler,
Subject delegate,
Map environment)
|
|
RMIConnectionInvoker(javax.management.MBeanServer server,
ClassLoader defaultLoader,
Map environment)
|
|
RMIHeartBeat(javax.management.remote.rmi.RMIConnection connection,
ConnectionNotificationEmitter emitter,
Map environment)
|
Uses of Map in org.apache.felix.prefs |
---|
Fields in org.apache.felix.prefs declared as Map | |
---|---|
protected Map |
PreferencesImpl.children
The child nodes. |
protected Map |
PreferencesImpl.properties
The properties. |
Methods in org.apache.felix.prefs that return Map | |
---|---|
Map |
PreferencesImpl.getProperties()
Return the properties set. |
Uses of Map in org.apache.felix.prefs.impl |
---|
Fields in org.apache.felix.prefs.impl declared as Map | |
---|---|
protected Map |
PreferencesManager.services
The map of already created services. |
protected Map |
PreferencesServiceImpl.trees
This is the map containing the user preferences trees. |
Uses of Map in org.apache.felix.scr.impl.helper |
---|
Classes in org.apache.felix.scr.impl.helper that implement Map | |
---|---|
class |
ReadOnlyDictionary
The ReadOnlyDictionary is both a Dictionary and
a Map whose modificaiton methods (like ReadOnlyDictionary.put(Object, Object) ,
ReadOnlyDictionary.remove(Object) , etc.) have no effect. |
Methods in org.apache.felix.scr.impl.helper with parameters of type Map | |
---|---|
void |
ReadOnlyDictionary.putAll(Map m)
|
Uses of Map in org.apache.felix.useradmin.impl |
---|
Classes in org.apache.felix.useradmin.impl that implement Map | |
---|---|
class |
RoleCredentials
This class RoleCredentials represents role credentials hashtable. |
class |
RoleProperties
This class RoleProperties represents role properties. |
Uses of Map in org.apache.felix.webconsole |
---|
Classes in org.apache.felix.webconsole that implement Map | |
---|---|
class |
DefaultVariableResolver
The DefaultVariableResolver is a HashMap based
default implementation of the VariableResolver interface. |
Constructors in org.apache.felix.webconsole with parameters of type Map | |
---|---|
DefaultVariableResolver(Map source)
Creates a new variable resolver copying the variables from the given map. |
Uses of Map in org.apache.felix.webconsole.plugins.event.internal |
---|
Fields in org.apache.felix.webconsole.plugins.event.internal declared as Map | |
---|---|
Map |
EventInfo.properties
Properties. |
Constructors in org.apache.felix.webconsole.plugins.event.internal with parameters of type Map | |
---|---|
EventInfo(String topic,
String info,
String category,
Map props)
|
Uses of Map in org.osgi.application |
---|
Methods in org.osgi.application that return Map | |
---|---|
Map |
ApplicationContext.getServiceProperties(Object serviceObject)
Application can query the service properties of a service object it is bound to. |
Map |
ApplicationContext.getStartupParameters()
Returns the startup parameters specified when calling the ApplicationDescriptor.launch(java.util.Map)
method. |
Uses of Map in org.osgi.framework |
---|
Methods in org.osgi.framework that return Map | |
---|---|
Map |
Bundle.getSignerCertificates(int signersType)
Return the certificates for the signers of this bundle and the certificate chains for those signers. |
Uses of Map in org.osgi.framework.launch |
---|
Methods in org.osgi.framework.launch with parameters of type Map | |
---|---|
Framework |
FrameworkFactory.newFramework(Map configuration)
Create a new Framework instance. |
Uses of Map in org.osgi.service.application |
---|
Methods in org.osgi.service.application that return Map | |
---|---|
Map |
ScheduledApplication.getArguments()
Queries the startup arguments specified when the application was scheduled. |
Map |
ApplicationDescriptor.getProperties(String locale)
Returns the properties of the application descriptor as key-value pairs. |
protected abstract Map |
ApplicationDescriptor.getPropertiesSpecific(String locale)
Container implementations can provide application model specific and/or container implementation specific properties via this method. |
Methods in org.osgi.service.application with parameters of type Map | |
---|---|
ApplicationHandle |
ApplicationDescriptor.launch(Map arguments)
Launches a new instance of an application. |
protected abstract ApplicationHandle |
ApplicationDescriptor.launchSpecific(Map arguments)
Called by launch() to create and start a new instance in an application model specific way. |
ScheduledApplication |
ApplicationDescriptor.schedule(String scheduleId,
Map arguments,
String topic,
String eventFilter,
boolean recurring)
Schedules the application at a specified event. |
Uses of Map in org.osgi.service.event |
---|
Constructors in org.osgi.service.event with parameters of type Map | |
---|---|
Event(String topic,
Map properties)
Constructs an event. |
Uses of Map in org.osgi.service.obr |
---|
Methods in org.osgi.service.obr that return Map | |
---|---|
Map |
Capability.getProperties()
Return the set of properties. |
Map |
Resource.getProperties()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |