Interface ICleanMixinService


public interface ICleanMixinService
CleanMix extension methods for IMixinService instances
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a resource from the appropriate classloader, this is delegated via the service so that the service can choose the correct classloader from which to obtain the resource.
    getSourceId(URI source)
    Resolve a suitable string source identifier for the ContainerHandleURI to take in
  • Method Details

    • getResource

      URL getResource(String name)
      Get a resource from the appropriate classloader, this is delegated via the service so that the service can choose the correct classloader from which to obtain the resource.
      Parameters:
      name - resource path
      Returns:
      resource or null if resource not found
    • getSourceId

      String getSourceId(URI source)
      Resolve a suitable string source identifier for the ContainerHandleURI to take in
      Parameters:
      source - uri path of source
      Returns:
      suitable string source identifier or null if it cannot be resolved