Interface ModuleLayerFromSingleClassLoaderDecorator.Configuration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object resolve​(java.lang.Object value, java.lang.Object before, java.lang.Object after, java.util.Collection<java.lang.String> roots)
      Resolves a module configuration.
    • Method Detail

      • resolve

        java.lang.Object resolve​(java.lang.Object value,
                                 @Proxied("java.lang.module.ModuleFinder")
                                 java.lang.Object before,
                                 @Proxied("java.lang.module.ModuleFinder")
                                 java.lang.Object after,
                                 java.util.Collection<java.lang.String> roots)
        Resolves a module configuration.
        Parameters:
        value - The base configuration.
        before - The module finder to search before the system module finder.
        after - The module finder to search after the system module finder.
        roots - The module names to resolve.
        Returns:
        The resolved configuration.