Package de.espirit.firstspirit.agency
Interface FsResourceAgent
public interface FsResourceAgent
Definition of an agent specialized in providing access to fs resources.
- Since:
- 4.2.436
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<FsResourceAgent>
Technical type of an agent specialized in providing access to fs resources. -
Method Summary
Modifier and TypeMethodDescriptiongetIcon
(FsResource.FsIcon.ICON iconResource) Returns the icon for the specified fs resource icon definition.
-
Field Details
-
TYPE
Technical type of an agent specialized in providing access to fs resources.- Since:
- 4.2.436
-
-
Method Details
-
getIcon
Returns the icon for the specified fs resource icon definition.- Parameters:
iconResource
- the icon resource to get theIcon
for.- Returns:
- the icon for the specified resource icon definition
- Since:
- 4.2.436
-