Interface IMixinConfigSource

All Known Subinterfaces:
IContainerHandle
All Known Implementing Classes:
ContainerHandleURI, ContainerHandleVirtual

public interface IMixinConfigSource
Interface for loaded mixin configurations
  • Method Summary

    Modifier and Type
    Method
    Description
    Plain text description of the config source, can be as descriptive as necessary to help the user identify the source, for example could be the full path to the source item, or something more descriptive.
    Get the identifier for this source
  • Method Details

    • getId

      String getId()
      Get the identifier for this source
    • getDescription

      String getDescription()
      Plain text description of the config source, can be as descriptive as necessary to help the user identify the source, for example could be the full path to the source item, or something more descriptive.