Home | History | Annotate | Download | only in reflect

Lines Matching defs:of

6  * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53 * Scans the source of a {@link ClassLoader} and finds all loadable classes and resources.
98 * Returns all resources loadable from the current class path, including the class files of all
158 static ResourceInfo of(String resourceName, ClassLoader loader) {
177 /** Returns the fully qualified name of the resource. Such as "com/mycomp/foo/bar.txt". */
216 * Returns the package name of the class, without attempting to load the class.
226 * Returns the simple name of the underlying class as given in the source code.
249 * Returns the fully qualified name of the class.
332 scanDirectory(directory, classloader, "", ImmutableSet.<File>of());
360 resources.add(ResourceInfo.of(resourceName, classloader));
384 resources.add(ResourceInfo.of(entry.getName(), classloader));
402 return ImmutableSet.of();
424 * Returns the absolute uri of the Class-Path entry value as specified in