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 SummaryModifier and TypeMethodDescriptionvoidsetIndex(int index) Sets the index in the caller ClassLoader's classpath at which the class was found.
- 
Method Details- 
setIndexvoid setIndex(int index) Sets the index in the caller ClassLoader's classpath at which the class was found.- Parameters:
- index- The index.
 
 
-