-
- All Implemented Interfaces:
public class LicensesReport
-
-
Field Summary
Fields Modifier and Type Field Description private Filedestinationprivate Booleanenabled
-
Constructor Summary
Constructors Constructor Description LicensesReport(ReportType type, Task task, Project project)
-
Method Summary
Modifier and Type Method Description final FilegetDestination()final UnitsetDestination(File destination)final BooleangetEnabled()final UnitsetEnabled(Boolean enabled)StringtoString()-
-
Constructor Detail
-
LicensesReport
LicensesReport(ReportType type, Task task, Project project)
-
-
Method Detail
-
getDestination
@OutputFile() final File getDestination()
-
setDestination
final Unit setDestination(File destination)
-
getEnabled
@Input() final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(Boolean enabled)
-
-
-
-