Returns all classes loadable from the current class path. @since 16.0
()
| 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" |