Class SharedCodeService.Result

java.lang.Object
org.praxislive.code.SharedCodeService.Result
Enclosing class:
SharedCodeService

public static class SharedCodeService.Result extends Object
Result with shared classes, dependent code contexts, and log.
  • Constructor Details

  • Method Details

    • getSharedClasses

      public ClassLoader getSharedClasses()
      Get the shared classes classloader.
      Returns:
      shared classes
    • getDependents

      Get the map of dependent results.

      The map is an immutable ordered map, sorted by depth from root, then by natural order. Dependents should be processed in the iteration order of the map.

      Returns:
      dependents
    • getLog

      public LogBuilder getLog()
      Get the log
      Returns:
      log