Index
All Classes and Interfaces|All Packages
A
- accept(T) - Method in interface org.osgi.test.common.exceptions.ConsumerWithException
- accept(T) - Method in class org.osgi.test.common.stream.TakeWhile
- accept(T, U) - Method in interface org.osgi.test.common.exceptions.BiConsumerWithException
- add(int, E) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- add(E) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- addAll(int, Collection<? extends E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- addAll(Collection<? extends E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- addBundleListener(BundleListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- addFrameworkListener(FrameworkListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- addServiceListener(ServiceListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- addServiceListener(ServiceListener, String) - Method in class org.osgi.test.common.context.CloseableBundleContext
- allMatch(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- anyMatch(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- apply(T) - Method in interface org.osgi.test.common.exceptions.FunctionWithException
- apply(T, U) - Method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- asBiConsumer(BiConsumerWithException<T, U>) - Static method in interface org.osgi.test.common.exceptions.BiConsumerWithException
- asBiConsumerIgnoreException(BiConsumerWithException<T, U>) - Static method in interface org.osgi.test.common.exceptions.BiConsumerWithException
- asBiFunction(BiFunctionWithException<T, U, R>) - Static method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- asBiFunctionOrElse(BiFunctionWithException<T, U, R>, R) - Static method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- asBiFunctionOrElseGet(BiFunctionWithException<T, U, R>, Supplier<? extends R>) - Static method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- asBiPredicate(BiPredicateWithException<T, U>) - Static method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- asBiPredicateOrElse(BiPredicateWithException<T, U>, boolean) - Static method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- asBiPredicateOrElseGet(BiPredicateWithException<T, U>, BooleanSupplier) - Static method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- asConsumer(ConsumerWithException<T>) - Static method in interface org.osgi.test.common.exceptions.ConsumerWithException
- asConsumerIgnoreException(ConsumerWithException<T>) - Static method in interface org.osgi.test.common.exceptions.ConsumerWithException
- asDictionary(Map<K, V>) - Static method in class org.osgi.test.common.dictionary.Dictionaries
-
Return a Dictionary wrapper around a Map.
- asDictionary(ServiceReference<?>) - Static method in class org.osgi.test.common.dictionary.Dictionaries
- asFunction(FunctionWithException<T, R>) - Static method in interface org.osgi.test.common.exceptions.FunctionWithException
- asFunctionOrElse(FunctionWithException<T, R>, R) - Static method in interface org.osgi.test.common.exceptions.FunctionWithException
- asFunctionOrElseGet(FunctionWithException<T, R>, Supplier<? extends R>) - Static method in interface org.osgi.test.common.exceptions.FunctionWithException
- asMap(Dictionary<K, V>) - Static method in class org.osgi.test.common.dictionary.Dictionaries
-
Return a Map wrapper around a Dictionary.
- asPredicate(PredicateWithException<T>) - Static method in interface org.osgi.test.common.exceptions.PredicateWithException
- asPredicateOrElse(PredicateWithException<T>, boolean) - Static method in interface org.osgi.test.common.exceptions.PredicateWithException
- asPredicateOrElseGet(PredicateWithException<T>, BooleanSupplier) - Static method in interface org.osgi.test.common.exceptions.PredicateWithException
- asRunnable(RunnableWithException) - Static method in interface org.osgi.test.common.exceptions.RunnableWithException
- asRunnableIgnoreException(RunnableWithException) - Static method in interface org.osgi.test.common.exceptions.RunnableWithException
- assertFieldIsOfType(Field, Class<?>, Class<? extends Annotation>, Function<String, ? extends RuntimeException>) - Static method in class org.osgi.test.common.inject.FieldInjector
- assertParameterIsOfType(Class<?>, Class<?>, Class<? extends Annotation>, Function<String, ? extends RuntimeException>) - Static method in class org.osgi.test.common.inject.FieldInjector
- asSupplier(SupplierWithException<R>) - Static method in interface org.osgi.test.common.exceptions.SupplierWithException
- asSupplierOrElse(SupplierWithException<R>, R) - Static method in interface org.osgi.test.common.exceptions.SupplierWithException
- asSupplierOrElseGet(SupplierWithException<R>, Supplier<? extends R>) - Static method in interface org.osgi.test.common.exceptions.SupplierWithException
B
- BiConsumerWithException<T,
U> - Interface in org.osgi.test.common.exceptions -
BiConsumer interface that allows exceptions.
- BiFunctionWithException<T,
U, R> - Interface in org.osgi.test.common.exceptions -
BiFunction interface that allows exceptions.
- BiPredicateWithException<T,
U> - Interface in org.osgi.test.common.exceptions -
BiPredicate interface that allows exceptions.
- Bitmap - Class in org.osgi.test.common.bitmaps
-
Useful class for producing human-friendly dumps of bit fields.
- Bitmap(int[], IntFunction<String>) - Constructor for class org.osgi.test.common.bitmaps.Bitmap
-
Constructs a bitmap
- Bitmap(Map<Integer, String>) - Constructor for class org.osgi.test.common.bitmaps.Bitmap
- BITMAP - Static variable in class org.osgi.test.common.bitmaps.BundleEventType
- BITMAP - Static variable in class org.osgi.test.common.bitmaps.BundleState
- BITMAP - Static variable in class org.osgi.test.common.bitmaps.FrameworkEventType
- BITMAP - Static variable in class org.osgi.test.common.bitmaps.ServiceEventType
- BundleEventType - Class in org.osgi.test.common.bitmaps
- BundleEventType() - Constructor for class org.osgi.test.common.bitmaps.BundleEventType
- BundleInstaller - Class in org.osgi.test.common.install
- BundleInstaller(BundleContext) - Constructor for class org.osgi.test.common.install.BundleInstaller
- BundleInstaller.EmbeddedLocation - Class in org.osgi.test.common.install
-
EmbeddedLocation describes a Location of a File inside a Bundle.
- BundleState - Class in org.osgi.test.common.bitmaps
- BundleState() - Constructor for class org.osgi.test.common.bitmaps.BundleState
C
- causes(Throwable) - Static method in class org.osgi.test.common.exceptions.Exceptions
- characteristics() - Method in class org.osgi.test.common.stream.TakeWhile
- clear() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- close() - Method in class org.osgi.test.common.context.CloseableBundleContext
- close() - Method in class org.osgi.test.common.context.CloseableServiceObjects
- close() - Method in interface org.osgi.test.common.service.ServiceAware
- close() - Method in class org.osgi.test.common.service.ServiceConfiguration
- CloseableBundleContext - Class in org.osgi.test.common.context
- CloseableBundleContext(BundleContext) - Constructor for class org.osgi.test.common.context.CloseableBundleContext
- CloseableServiceObjects<S> - Class in org.osgi.test.common.context
- CloseableServiceObjects(ServiceObjects<S>) - Constructor for class org.osgi.test.common.context.CloseableServiceObjects
- collect(Supplier<R>, BiConsumer<R, ? super Map.Entry<? extends K, ? extends V>>, BiConsumer<R, R>) - Method in interface org.osgi.test.common.stream.MapStream
- collect(Collector<? super Map.Entry<? extends K, ? extends V>, A, R>) - Method in interface org.osgi.test.common.stream.MapStream
- concat(MapStream<? extends K, ? extends V>, MapStream<? extends K, ? extends V>) - Static method in interface org.osgi.test.common.stream.MapStream
- ConsumerWithException<T> - Interface in org.osgi.test.common.exceptions
-
Consumer interface that allows exceptions.
- contains(Object) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- containsAll(Collection<?>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- ContextHelper - Class in org.osgi.test.common.context
- count() - Method in interface org.osgi.test.common.stream.MapStream
D
- Dictionaries - Class in org.osgi.test.common.dictionary
- dictionaryOf() - Static method in class org.osgi.test.common.dictionary.Dictionaries
- dictionaryOf(K, V) - Static method in class org.osgi.test.common.dictionary.Dictionaries
- dictionaryOf(K, V, K, V) - Static method in class org.osgi.test.common.dictionary.Dictionaries
- dictionaryOf(K, V, K, V, K, V) - Static method in class org.osgi.test.common.dictionary.Dictionaries
- dictionaryOf(K, V, K, V, K, V, K, V) - Static method in class org.osgi.test.common.dictionary.Dictionaries
- distinct() - Method in interface org.osgi.test.common.stream.MapStream
- dropWhile(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- dropWhile(Stream<O>, Predicate<? super O>) - Static method in class org.osgi.test.common.stream.DropWhile
- DropWhile<T> - Class in org.osgi.test.common.stream
- dropWhileKey(Predicate<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- dropWhileValue(Predicate<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- duck(Throwable) - Static method in class org.osgi.test.common.exceptions.Exceptions
E
- empty() - Static method in interface org.osgi.test.common.stream.MapStream
- entries() - Method in interface org.osgi.test.common.stream.MapStream
- entry(K, V) - Static method in interface org.osgi.test.common.stream.MapStream
- equals(Object) - Method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
- equals(Object) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- equals(Object) - Method in class org.osgi.test.common.service.ServiceConfigurationKey
- estimateSize() - Method in class org.osgi.test.common.stream.TakeWhile
- Exceptions - Class in org.osgi.test.common.exceptions
F
- FieldInjector - Class in org.osgi.test.common.inject
- FieldInjector() - Constructor for class org.osgi.test.common.inject.FieldInjector
- filter(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- filterKey(Predicate<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- Filters - Class in org.osgi.test.common.filter
- filterValue(Predicate<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- findAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.osgi.test.common.inject.FieldInjector
- findAnnotatedFields(Class<?>, Class<? extends Annotation>, Predicate<Field>) - Static method in class org.osgi.test.common.inject.FieldInjector
- findAnnotatedNonStaticFields(Class<?>, Class<? extends Annotation>) - Static method in class org.osgi.test.common.inject.FieldInjector
- findAny() - Method in interface org.osgi.test.common.stream.MapStream
- findFirst() - Method in interface org.osgi.test.common.stream.MapStream
- flatMap(BiFunction<? super K, ? super V, ? extends MapStream<? extends R, ? extends S>>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapKey(Function<? super K, ? extends Stream<? extends R>>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapToDouble(BiFunction<? super K, ? super V, ? extends DoubleStream>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapToInt(BiFunction<? super K, ? super V, ? extends IntStream>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapToLong(BiFunction<? super K, ? super V, ? extends LongStream>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapToObj(BiFunction<? super K, ? super V, ? extends Stream<? extends O>>) - Method in interface org.osgi.test.common.stream.MapStream
- flatMapValue(Function<? super V, ? extends Stream<? extends S>>) - Method in interface org.osgi.test.common.stream.MapStream
- forEach(BiConsumer<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- forEach(Consumer<? super E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- forEachOrdered(BiConsumer<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- forEachRemaining(Consumer<? super T>) - Method in class org.osgi.test.common.stream.DropWhile
- forEachRemaining(Consumer<? super T>) - Method in class org.osgi.test.common.stream.TakeWhile
- format(String, Object...) - Static method in class org.osgi.test.common.filter.Filters
-
Utility method for creating a
Filterusing a format string. - FrameworkEventType - Class in org.osgi.test.common.bitmaps
- FrameworkEventType() - Constructor for class org.osgi.test.common.bitmaps.FrameworkEventType
- FunctionWithException<T,
R> - Interface in org.osgi.test.common.exceptions -
Function interface that allows exceptions.
G
- get() - Method in interface org.osgi.test.common.exceptions.SupplierWithException
- get(int) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- getBundleContext() - Method in class org.osgi.test.common.install.BundleInstaller
- getBundleContext(Class<?>) - Static method in class org.osgi.test.common.context.ContextHelper
- getCardinality() - Method in interface org.osgi.test.common.service.ServiceAware
- getCardinality() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getComparator() - Method in class org.osgi.test.common.stream.TakeWhile
- getCustomizer() - Method in class org.osgi.test.common.service.ServiceConfiguration
-
Override by sub types in order to return a customizer used by the tracker.
- getExactSizeIfKnown() - Method in class org.osgi.test.common.stream.TakeWhile
- getFilter() - Method in interface org.osgi.test.common.service.ServiceAware
- getFilter() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getFirstGenericTypes() - Method in class org.osgi.test.common.inject.TargetType
- getGenericParameterizedTypes() - Method in class org.osgi.test.common.inject.TargetType
- getGenericType() - Method in class org.osgi.test.common.inject.TargetType
- getKnownMask() - Method in class org.osgi.test.common.bitmaps.Bitmap
- getName() - Method in class org.osgi.test.common.inject.TargetType
- getService() - Method in class org.osgi.test.common.context.CloseableServiceObjects
- getService() - Method in interface org.osgi.test.common.service.ServiceAware
- getService() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getService(ServiceReference<S>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- getService(ServiceReference<S>) - Method in class org.osgi.test.common.service.ServiceConfiguration
- getService(ServiceReference<T>) - Method in interface org.osgi.test.common.service.ServiceAware
- getServiceObjects(ServiceReference<S>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- getServiceReference() - Method in interface org.osgi.test.common.service.ServiceAware
- getServiceReference() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getServiceReferences() - Method in interface org.osgi.test.common.service.ServiceAware
- getServiceReferences() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getServices() - Method in interface org.osgi.test.common.service.ServiceAware
- getServices() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getServiceType() - Method in interface org.osgi.test.common.service.ServiceAware
- getServiceType() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getTimeout() - Method in interface org.osgi.test.common.service.ServiceAware
- getTimeout() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getTracked() - Method in interface org.osgi.test.common.service.ServiceAware
- getTracked() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getTrackingCount() - Method in interface org.osgi.test.common.service.ServiceAware
- getTrackingCount() - Method in class org.osgi.test.common.service.ServiceConfiguration
- getType() - Method in class org.osgi.test.common.inject.TargetType
- getUnknownMask() - Method in class org.osgi.test.common.bitmaps.Bitmap
- getURL(BundleContext) - Method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
H
- hashCode() - Method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
- hashCode() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- hashCode() - Method in class org.osgi.test.common.service.ServiceConfigurationKey
- hasParameterizedTypes() - Method in class org.osgi.test.common.inject.TargetType
- hasSingleBit(int) - Static method in class org.osgi.test.common.bitmaps.Bitmap
-
Checks to see if it has exactly one bit set.
I
- ignoreException() - Method in interface org.osgi.test.common.exceptions.BiConsumerWithException
- ignoreException() - Method in interface org.osgi.test.common.exceptions.ConsumerWithException
- ignoreException() - Method in interface org.osgi.test.common.exceptions.RunnableWithException
- indexOf(Object) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- init(BundleContext) - Method in class org.osgi.test.common.service.ServiceConfiguration
- installBundle(String) - Method in class org.osgi.test.common.context.CloseableBundleContext
- installBundle(String) - Method in class org.osgi.test.common.install.BundleInstaller
-
Install and start a bundle embedded within the current bundle.
- installBundle(String, boolean) - Method in class org.osgi.test.common.install.BundleInstaller
-
Install a bundle embedded within the current bundle.
- installBundle(String, InputStream) - Method in class org.osgi.test.common.context.CloseableBundleContext
- installBundle(URL, boolean) - Method in class org.osgi.test.common.install.BundleInstaller
-
Install a bundle from a given URL.
- installBundle(BundleInstaller.EmbeddedLocation, boolean) - Method in class org.osgi.test.common.install.BundleInstaller
-
Install a bundle from a given EmbeddedLocation.
- invoke(Object, Method, Object[]) - Method in class org.osgi.test.common.context.CloseableBundleContext
- invoke(Object, Method, Object[]) - Method in class org.osgi.test.common.context.CloseableServiceObjects
- isEmpty() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- isEmpty() - Method in interface org.osgi.test.common.service.ServiceAware
- isEmpty() - Method in class org.osgi.test.common.service.ServiceConfiguration
- iterator() - Method in class org.osgi.test.common.list.ListSupplierDelegate
K
L
- lastIndexOf(Object) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- limit(long) - Method in interface org.osgi.test.common.stream.MapStream
- listIterator() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- listIterator(int) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- ListSupplierDelegate<E> - Class in org.osgi.test.common.list
- ListSupplierDelegate(Supplier<? extends List<E>>) - Constructor for class org.osgi.test.common.list.ListSupplierDelegate
M
- map(BiFunction<? super K, ? super V, ? extends Map.Entry<? extends R, ? extends S>>) - Method in interface org.osgi.test.common.stream.MapStream
- mapKey(Function<? super K, ? extends R>) - Method in interface org.osgi.test.common.stream.MapStream
- MapStream<K,
V> - Interface in org.osgi.test.common.stream - mapToDouble(ToDoubleBiFunction<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- mapToInt(ToIntBiFunction<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- mapToLong(ToLongBiFunction<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- mapToObj(BiFunction<? super K, ? super V, ? extends O>) - Method in interface org.osgi.test.common.stream.MapStream
- mapValue(Function<? super V, ? extends S>) - Method in interface org.osgi.test.common.stream.MapStream
- maskToString(int) - Method in class org.osgi.test.common.bitmaps.Bitmap
-
Return a string representation of the given type mask.
- matches(Class<?>) - Method in class org.osgi.test.common.inject.TargetType
- matches(Class<?>, Type...) - Method in class org.osgi.test.common.inject.TargetType
- matches(Class<?>, List<Type>) - Method in class org.osgi.test.common.inject.TargetType
- max(Comparator<? super Map.Entry<K, V>>) - Method in interface org.osgi.test.common.stream.MapStream
- maxByKey(Comparator<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- maxByValue(Comparator<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- min(Comparator<? super Map.Entry<K, V>>) - Method in interface org.osgi.test.common.stream.MapStream
- minByKey(Comparator<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- minByValue(Comparator<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
N
- noneMatch(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
O
- of(Field) - Static method in class org.osgi.test.common.inject.TargetType
- of(Parameter) - Static method in class org.osgi.test.common.inject.TargetType
- of(Type, ParameterizedType) - Static method in class org.osgi.test.common.inject.TargetType
-
Deprecated.
- of(String, Version, String, String) - Static method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
-
Creates an EmbeddedLocation by the pure parameters.
- of(Collection<? extends Map.Entry<? extends K, ? extends V>>) - Static method in interface org.osgi.test.common.stream.MapStream
- of(Map<? extends K, ? extends V>) - Static method in interface org.osgi.test.common.stream.MapStream
- of(Stream<? extends Map.Entry<? extends K, ? extends V>>) - Static method in interface org.osgi.test.common.stream.MapStream
- of(K, V) - Static method in interface org.osgi.test.common.stream.MapStream
- of(K, V, K, V) - Static method in interface org.osgi.test.common.stream.MapStream
- of(K, V, K, V, K, V) - Static method in interface org.osgi.test.common.stream.MapStream
- of(K, V, K, V, K, V, K, V) - Static method in interface org.osgi.test.common.stream.MapStream
- of(BundleContext, String) - Static method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
-
Creates an EmbeddedLocation by the spec.
- of(BundleContext, Optional<String>, Optional<String>, Optional<String>, String) - Static method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
-
Creates an EmbeddedLocation by the given parameters.
- ofEntries(Map.Entry<? extends K, ? extends V>...) - Static method in interface org.osgi.test.common.stream.MapStream
- ofEntries(Stream<? extends O>, Function<? super O, ? extends Map.Entry<? extends K, ? extends V>>) - Static method in interface org.osgi.test.common.stream.MapStream
- ofNullable(Collection<? extends Map.Entry<? extends K, ? extends V>>) - Static method in interface org.osgi.test.common.stream.MapStream
- ofNullable(Map<? extends K, ? extends V>) - Static method in interface org.osgi.test.common.stream.MapStream
- ofNullable(Stream<? extends Map.Entry<? extends K, ? extends V>>) - Static method in interface org.osgi.test.common.stream.MapStream
- openStream(BundleContext) - Method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
- orElse(boolean) - Method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- orElse(boolean) - Method in interface org.osgi.test.common.exceptions.PredicateWithException
- orElse(R) - Method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- orElse(R) - Method in interface org.osgi.test.common.exceptions.FunctionWithException
- orElse(R) - Method in interface org.osgi.test.common.exceptions.SupplierWithException
- orElseGet(BooleanSupplier) - Method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- orElseGet(BooleanSupplier) - Method in interface org.osgi.test.common.exceptions.PredicateWithException
- orElseGet(Supplier<? extends R>) - Method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- orElseGet(Supplier<? extends R>) - Method in interface org.osgi.test.common.exceptions.FunctionWithException
- orElseGet(Supplier<? extends R>) - Method in interface org.osgi.test.common.exceptions.SupplierWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.BiConsumerWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.BiFunctionWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.ConsumerWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.FunctionWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.PredicateWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.RunnableWithException
- orElseThrow() - Method in interface org.osgi.test.common.exceptions.SupplierWithException
- org.osgi.test.common.bitmaps - package org.osgi.test.common.bitmaps
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.context - package org.osgi.test.common.context
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.dictionary - package org.osgi.test.common.dictionary
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.exceptions - package org.osgi.test.common.exceptions
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.filter - package org.osgi.test.common.filter
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.inject - package org.osgi.test.common.inject
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.install - package org.osgi.test.common.install
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.list - package org.osgi.test.common.list
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.service - package org.osgi.test.common.service
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- org.osgi.test.common.stream - package org.osgi.test.common.stream
-
Copyright (c) Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
P
- parallelStream() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- peek(BiConsumer<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- peekKey(Consumer<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- peekValue(Consumer<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- PredicateWithException<T> - Interface in org.osgi.test.common.exceptions
-
Predicate interface that allows exceptions.
- proxy(BundleContext) - Static method in class org.osgi.test.common.context.CloseableBundleContext
- proxy(ServiceObjects<S>) - Static method in class org.osgi.test.common.context.CloseableServiceObjects
R
- registerService(Class<S>, ServiceFactory<S>, Dictionary<String, ?>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- registerService(Class<S>, S, Dictionary<String, ?>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- registerService(String[], Object, Dictionary<String, ?>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- registerService(String, Object, Dictionary<String, ?>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- remove(int) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- remove(Object) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- removeAll(Collection<?>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- removeBundleListener(BundleListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- removeFrameworkListener(FrameworkListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- removeIf(Predicate<? super E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- removeServiceListener(ServiceListener) - Method in class org.osgi.test.common.context.CloseableBundleContext
- replaceAll(UnaryOperator<E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- retainAll(Collection<?>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- run() - Method in interface org.osgi.test.common.exceptions.RunnableWithException
- RunnableWithException - Interface in org.osgi.test.common.exceptions
-
Runnable interface that allows exceptions.
S
- ServiceAware<T> - Interface in org.osgi.test.common.service
- ServiceConfiguration<S> - Class in org.osgi.test.common.service
- ServiceConfiguration(Class<S>, String, String[], int, long) - Constructor for class org.osgi.test.common.service.ServiceConfiguration
- ServiceConfiguration(ServiceConfigurationKey<S>) - Constructor for class org.osgi.test.common.service.ServiceConfiguration
- ServiceConfigurationKey<S> - Class in org.osgi.test.common.service
- ServiceConfigurationKey(Class<S>, String, String[], int, long) - Constructor for class org.osgi.test.common.service.ServiceConfigurationKey
- ServiceEventType - Class in org.osgi.test.common.bitmaps
- ServiceEventType() - Constructor for class org.osgi.test.common.bitmaps.ServiceEventType
- set(int, E) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- setField(Field, Object, Object) - Static method in class org.osgi.test.common.inject.FieldInjector
- size() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- size() - Method in interface org.osgi.test.common.service.ServiceAware
- size() - Method in class org.osgi.test.common.service.ServiceConfiguration
- skip(long) - Method in interface org.osgi.test.common.stream.MapStream
- sort(Comparator<? super E>) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- sorted() - Method in interface org.osgi.test.common.stream.MapStream
- sorted(Comparator<? super Map.Entry<K, V>>) - Method in interface org.osgi.test.common.stream.MapStream
- sortedByKey() - Method in interface org.osgi.test.common.stream.MapStream
- sortedByKey(Comparator<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- sortedByValue() - Method in interface org.osgi.test.common.stream.MapStream
- sortedByValue(Comparator<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- spliterator() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- STATES - Static variable in class org.osgi.test.common.bitmaps.BundleState
- stream() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- subList(int, int) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- SupplierWithException<R> - Interface in org.osgi.test.common.exceptions
-
Supplier interface that allows exceptions.
T
- takeWhile(BiPredicate<? super K, ? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- takeWhile(Stream<O>, Predicate<? super O>) - Static method in class org.osgi.test.common.stream.TakeWhile
- TakeWhile<T> - Class in org.osgi.test.common.stream
- takeWhileKey(Predicate<? super K>) - Method in interface org.osgi.test.common.stream.MapStream
- takeWhileValue(Predicate<? super V>) - Method in interface org.osgi.test.common.stream.MapStream
- TargetType - Class in org.osgi.test.common.inject
- test(T) - Method in interface org.osgi.test.common.exceptions.PredicateWithException
- test(T, U) - Method in interface org.osgi.test.common.exceptions.BiPredicateWithException
- toArray() - Method in class org.osgi.test.common.list.ListSupplierDelegate
- toArray() - Method in interface org.osgi.test.common.stream.MapStream
- toArray(T[]) - Method in class org.osgi.test.common.list.ListSupplierDelegate
- toMap() - Static method in interface org.osgi.test.common.stream.MapStream
- toMap(BinaryOperator<V>) - Static method in interface org.osgi.test.common.stream.MapStream
- toMap(BinaryOperator<V>, Supplier<M>) - Static method in interface org.osgi.test.common.stream.MapStream
- toString() - Method in class org.osgi.test.common.inject.TargetType
- toString() - Method in class org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
- toString() - Method in class org.osgi.test.common.service.ServiceConfiguration
- toString(int) - Method in class org.osgi.test.common.bitmaps.Bitmap
-
Return a string representation of the given type.
- toString(int) - Static method in class org.osgi.test.common.bitmaps.BundleEventType
- toString(int) - Static method in class org.osgi.test.common.bitmaps.BundleState
- toString(int) - Static method in class org.osgi.test.common.bitmaps.FrameworkEventType
- toString(int) - Static method in class org.osgi.test.common.bitmaps.ServiceEventType
- toString(Throwable) - Static method in class org.osgi.test.common.exceptions.Exceptions
- tryAdvance(Consumer<? super T>) - Method in class org.osgi.test.common.stream.DropWhile
- tryAdvance(Consumer<? super T>) - Method in class org.osgi.test.common.stream.TakeWhile
- trySplit() - Method in class org.osgi.test.common.stream.TakeWhile
- typeMatchesMask(int, int) - Static method in class org.osgi.test.common.bitmaps.Bitmap
- TYPES - Static variable in class org.osgi.test.common.bitmaps.BundleEventType
- TYPES - Static variable in class org.osgi.test.common.bitmaps.FrameworkEventType
- TYPES - Static variable in class org.osgi.test.common.bitmaps.ServiceEventType
U
- unchecked(Callable<? extends V>) - Static method in class org.osgi.test.common.exceptions.Exceptions
- unchecked(RunnableWithException) - Static method in class org.osgi.test.common.exceptions.Exceptions
- ungetService(ServiceReference<?>) - Method in class org.osgi.test.common.context.CloseableBundleContext
- ungetService(S) - Method in class org.osgi.test.common.context.CloseableServiceObjects
- unrollCause(Throwable) - Static method in class org.osgi.test.common.exceptions.Exceptions
- unrollCause(Throwable, Class<? extends Throwable>) - Static method in class org.osgi.test.common.exceptions.Exceptions
V
W
- waitForService(long) - Method in interface org.osgi.test.common.service.ServiceAware
- waitForService(long) - Method in class org.osgi.test.common.service.ServiceConfiguration
All Classes and Interfaces|All Packages