|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reflections | |
|---|---|
| org.reflections | |
| org.reflections.serializers | |
| org.reflections.util | |
| Uses of Reflections in org.reflections |
|---|
| Methods in org.reflections that return Reflections | |
|---|---|
static Reflections |
Reflections.collect()
collect saved Reflection xml resources and merge it into a Reflections instance |
Reflections |
Reflections.collect(File file)
merges saved Reflections resources from the given file, using the serializer configured in this instance's Configuration useful if you know the serialized resource location and prefer not to look it up the classpath |
Reflections |
Reflections.collect(InputStream inputStream)
merges saved Reflections resources from the given input stream, using the serializer configured in this instance's Configuration useful if you know the serialized resource location and prefer not to look it up the classpath |
static Reflections |
Reflections.collect(String packagePrefix,
com.google.common.base.Predicate<String> resourceNameFilter,
Serializer... optionalSerializer)
collect saved Reflections resources from all urls that contains the given packagePrefix and matches the given resourceNameFilter and de-serializes them using the default serializer XmlSerializer or using the optionally supplied optionalSerializer |
Reflections |
Reflections.merge(Reflections reflections)
merges a Reflections instance metadata into this instance |
| Methods in org.reflections with parameters of type Reflections | |
|---|---|
Reflections |
Reflections.merge(Reflections reflections)
merges a Reflections instance metadata into this instance |
| Uses of Reflections in org.reflections.serializers |
|---|
| Methods in org.reflections.serializers that return Reflections | |
|---|---|
Reflections |
JsonSerializer.read(InputStream inputStream)
|
Reflections |
JavaCodeSerializer.read(InputStream inputStream)
|
Reflections |
XmlSerializer.read(InputStream inputStream)
|
Reflections |
Serializer.read(InputStream inputStream)
reads the input stream into a new Reflections instance, populating it's store |
| Methods in org.reflections.serializers with parameters of type Reflections | |
|---|---|
File |
JsonSerializer.save(Reflections reflections,
String filename)
|
File |
JavaCodeSerializer.save(Reflections reflections,
String name)
name should be in the pattern: path/path/path/package.package.classname, for example |
File |
XmlSerializer.save(Reflections reflections,
String filename)
|
File |
Serializer.save(Reflections reflections,
String filename)
saves a Reflections instance into the given filename |
String |
JsonSerializer.toString(Reflections reflections)
|
String |
JavaCodeSerializer.toString(Reflections reflections)
|
String |
XmlSerializer.toString(Reflections reflections)
|
String |
Serializer.toString(Reflections reflections)
returns a string serialization of the given Reflections instance |
| Uses of Reflections in org.reflections.util |
|---|
| Methods in org.reflections.util that return Reflections | |
|---|---|
Reflections |
ConfigurationBuilder.build()
instantiates a Reflections object using this Configuration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||