Class ClasspathUtil


  • @Deprecated(since="17.0",
                forRemoval=true)
    public final class ClasspathUtil
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 17.0. No replacement because the classpath management in JDK 9 and later is totally different.
    Current classpath and associated utility functions.
    Since:
    5.0
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils
    • Method Detail

      • getStartClasspath

        @Pure
        public static Iterator<URL> getStartClasspath()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Replies the classpath at start of the virtual machine.
        Returns:
        the startup classpath, never null.
        Since:
        6.0
      • getClasspath

        @Pure
        public static Iterator<URL> getClasspath()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Replies the current classpath.
        Returns:
        the current classpath, never null.
        Since:
        6.0