MCPcopy
hub / github.com/google/guava / getAllClasses

Method getAllClasses

guava/src/com/google/common/reflect/ClassPath.java:154–156  ·  view source on GitHub ↗

Returns all classes loadable from the current class path. @since 16.0

()

Source from the content-addressed store, hash-verified

152 * @since 16.0
153 */
154 public ImmutableSet<ClassInfo> getAllClasses() {
155 return FluentIterable.from(resources).filter(ClassInfo.class).toSet();
156 }
157
158 /**
159 * Returns all top level classes loadable from the current class path. Note that "top-level-ness"

Callers 1

Calls 3

fromMethod · 0.95
toSetMethod · 0.45
filterMethod · 0.45

Tested by 1