Package org.jboss.windup.web.services
Class ReportFilterDTOImpl
- java.lang.Object
-
- org.jboss.windup.web.services.ReportFilterDTOImpl
-
- All Implemented Interfaces:
ReportFilterDTO
public class ReportFilterDTOImpl extends Object implements ReportFilterDTO
- Author:
- David Klingenberg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReportFilterDTOImpl()ReportFilterDTOImpl(ReportFilter filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportFilterDTOfromMap(Map<String,Object> map)Set<String>getExcludeCategories()Set<String>getExcludeTags()Set<String>getIncludeCategories()Set<String>getIncludeTags()Collection<String>getSelectedApplicationPaths()booleanisEnabled()
-
-
-
Constructor Detail
-
ReportFilterDTOImpl
protected ReportFilterDTOImpl()
-
ReportFilterDTOImpl
public ReportFilterDTOImpl(ReportFilter filter)
-
-
Method Detail
-
fromMap
public static ReportFilterDTO fromMap(Map<String,Object> map)
-
getSelectedApplicationPaths
public Collection<String> getSelectedApplicationPaths()
- Specified by:
getSelectedApplicationPathsin interfaceReportFilterDTO
-
getIncludeTags
public Set<String> getIncludeTags()
- Specified by:
getIncludeTagsin interfaceReportFilterDTO
-
getExcludeTags
public Set<String> getExcludeTags()
- Specified by:
getExcludeTagsin interfaceReportFilterDTO
-
getIncludeCategories
public Set<String> getIncludeCategories()
- Specified by:
getIncludeCategoriesin interfaceReportFilterDTO
-
getExcludeCategories
public Set<String> getExcludeCategories()
- Specified by:
getExcludeCategoriesin interfaceReportFilterDTO
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfaceReportFilterDTO
-
-