Interface SharedClassURLClasspathHelper.IndexHolder

Enclosing interface:
SharedClassURLClasspathHelper

public static interface SharedClassURLClasspathHelper.IndexHolder

Interface that allows an index to be returned from findSharedClass calls.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setIndex(int index)
    Sets the index in the caller ClassLoader's classpath at which the class was found.
  • Method Details

    • setIndex

      void setIndex(int index)
      Sets the index in the caller ClassLoader's classpath at which the class was found.
      Parameters:
      index - The index.