Class PlantumlAction
- java.lang.Object
 - 
- io.freefair.gradle.plugins.plantuml.PlantumlAction
 
 
- 
- All Implemented Interfaces:
 WorkAction<PlantumlParameters>
public abstract class PlantumlAction extends Object implements WorkAction<PlantumlParameters>
GradleWorkActionfor PlantUMLSourceFileReader.- See Also:
 SourceFileReader
 
- 
- 
Constructor Summary
Constructors Constructor Description PlantumlAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.gradle.workers.WorkAction
getParameters 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute()
- Specified by:
 executein interfaceWorkAction<PlantumlParameters>
 
 - 
 
 -