Package org.reflections
Class Store
java.lang.Object
org.reflections.Store
stores metadata information in multimaps
use the different query methods (getXXX) to query the metadata
the query methods are string based, and does not cause the class loader to define the types
use Reflections.getStore()
to access this store
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, Map<String, Collection<String>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the values stored for the givenindex
andkeys
get
(Class<?> scannerClass, Collection<String> keys) get the values stored for the givenindex
andkeys
private Map
<String, Collection<String>> get the multimap object for the givenindex
, otherwise throws aReflectionsException
get the values stored for the givenindex
andkeys
get
(String index, Collection<String> keys) get the values stored for the givenindex
andkeys
recursively get the values stored for the givenindex
andkeys
, not including keysgetAll
(Class<?> scannerClass, Collection<String> keys) recursively get the values stored for the givenindex
andkeys
, not including keysgetAllIncluding
(Class<?> scannerClass, Collection<String> keys) recursively get the values stored for the givenindex
andkeys
, including keyskeySet()
return all indices(package private) void
boolean
boolean
-
Field Details
-
storeMap
-
-
Constructor Details
-
Store
protected Store()
-
-
Method Details
-
keySet
return all indices -
get
get the multimap object for the givenindex
, otherwise throws aReflectionsException
-
get
get the values stored for the givenindex
andkeys
-
get
get the values stored for the givenindex
andkeys
-
get
get the values stored for the givenindex
andkeys
-
get
get the values stored for the givenindex
andkeys
-
getAllIncluding
recursively get the values stored for the givenindex
andkeys
, including keys -
getAll
recursively get the values stored for the givenindex
andkeys
, not including keys -
getAll
recursively get the values stored for the givenindex
andkeys
, not including keys -
keys
-
values
-
put
-
put
-
merge
-