1 package test.prefs.example;
2 
3 public interface X17b {
4 	/**
5 	 * <p>
6 	 * If the classpath entry denotes a container, it will be resolved and
7 	 * return the roots corresponding to the set of container entries (empty if
8 	 * not resolvable).
9 	 *
10 	 * @param entry
11 	 *            the given entry
12 	 * @return the existing package fragment roots identified by the given entry
13 	 */
findPackageFragmentRoots(String entry)14 	Object findPackageFragmentRoots(String entry);
15 }
16