Lines Matching refs:parent
33 * This class acts exactly like its parent class, {@link MLet}, with
46 * default delegation parent ClassLoader. The URLs will be
48 * after first searching in the parent class loader.
52 * either the parent ClassLoader or the URLs, the MLet should delegate
63 * after first searching in the specified parent class loader.
64 * The parent argument will be used as the parent class loader
68 * @param parent The parent class loader for delegation.
70 * either the parent ClassLoader or the URLs, the MLet should delegate
74 public PrivateMLet(URL[] urls, ClassLoader parent, boolean delegateToCLR) {
75 super(urls, parent, delegateToCLR);
79 * Constructs a new PrivateMLet for the specified URLs, parent
80 * class loader, and URLStreamHandlerFactory. The parent argument
81 * will be used as the parent class loader for delegation. The
86 * @param parent The parent class loader for delegation.
89 * either the parent ClassLoader or the URLs, the MLet should delegate
94 ClassLoader parent,
97 super(urls, parent, factory, delegateToCLR);