Class ClasspathAdder.Addition

    • Field Detail

      • url

        @NonNull
        public final URL url
        URL to add to the classpath.
      • trusted

        public final boolean trusted
        Whether this should be loaded in the trusted class loader, or untrusted alongside the main script.
    • Constructor Detail

      • Addition

        public Addition​(@NonNull
                        URL url,
                        boolean trusted)