Interface FileProviderContext
- 
 public interface FileProviderContextREDWOOD INTERNAL USE ONLY. NOT FOR CUSTOMER USE. The context for the file provider
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextDescription(SchedulerSession session, String name)Get a (translated) description for the file relevant for the context;
 
- 
- 
- 
Method Detail- 
getContextDescriptionString getContextDescription(SchedulerSession session, String name) Get a (translated) description for the file relevant for the context;- Parameters:
- session- the session to perform the translation
- name- the name of the file within the context
- Returns:
- the description
 
 
- 
 
-