Interface FsResourceAgent


public interface FsResourceAgent
Definition of an agent specialized in providing access to fs resources.
Since:
4.2.436
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Technical type of an agent specialized in providing access to fs resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the icon for the specified fs resource icon definition.
  • Field Details

    • TYPE

      static final SpecialistType<FsResourceAgent> TYPE
      Technical type of an agent specialized in providing access to fs resources.
      Since:
      4.2.436
  • Method Details

    • getIcon

      Icon getIcon(FsResource.FsIcon.ICON iconResource)
      Returns the icon for the specified fs resource icon definition.
      Parameters:
      iconResource - the icon resource to get the Icon for.
      Returns:
      the icon for the specified resource icon definition
      Since:
      4.2.436