jdk/src/share/classes/java/net/URLClassLoader.java
changeset 15682 793a36de151d
parent 10596 39b3a979e600
child 19069 1d9cb0d080e3
equal deleted inserted replaced
15681:8ca785029fe2 15682:793a36de151d
    55  * URLClassLoader will be used when subsequently loading classes and
    55  * URLClassLoader will be used when subsequently loading classes and
    56  * resources.
    56  * resources.
    57  * <p>
    57  * <p>
    58  * The classes that are loaded are by default granted permission only to
    58  * The classes that are loaded are by default granted permission only to
    59  * access the URLs specified when the URLClassLoader was created.
    59  * access the URLs specified when the URLClassLoader was created.
       
    60  * <p>
       
    61  * Where a JAR file contains the {@link Name#PROFILE Profile} attribute
       
    62  * then its value is the name of the Java SE profile that the library
       
    63  * minimally requires. If this runtime does not support the profile then
       
    64  * it causes {@link java.util.jar.UnsupportedProfileException} to be
       
    65  * thrown at some unspecified time.
    60  *
    66  *
    61  * @author  David Connelly
    67  * @author  David Connelly
    62  * @since   1.2
    68  * @since   1.2
    63  */
    69  */
    64 public class URLClassLoader extends SecureClassLoader implements Closeable {
    70 public class URLClassLoader extends SecureClassLoader implements Closeable {