BrightSide Workbench Full Report + Source Code
org.turro.warnings.FileWarnings Class Reference
Inheritance diagram for org.turro.warnings.FileWarnings:
Collaboration diagram for org.turro.warnings.FileWarnings:

Public Member Functions

String getHeader ()
 
List< IWarninggetWarnings ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 42 of file FileWarnings.java.

Member Function Documentation

◆ getHeader()

String org.turro.warnings.FileWarnings.getHeader ( )

Implements org.turro.warnings.IElephantWarning.

Definition at line 45 of file FileWarnings.java.

45  {
46  return I_.get("Files");
47  }
Here is the call graph for this function:

◆ getWarnings()

List<IWarning> org.turro.warnings.FileWarnings.getWarnings ( )

Implements org.turro.warnings.IElephantWarning.

Definition at line 50 of file FileWarnings.java.

50  {
51  if(Application.getApplication().isInRole("context:list")) {
52  return createModel();
53  }
54  return Collections.EMPTY_LIST;
55  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: