Interface SharedClassURLClasspathHelper.IndexHolder

  • Enclosing interface:
    SharedClassURLClasspathHelper

    public static interface SharedClassURLClasspathHelper.IndexHolder

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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • setIndex

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