Module openj9.sharedclasses
Package com.ibm.oti.shared
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.
-