public class PlantUMLDependencyOutputOptionExecution
extends net.sourceforge.plantumldependency.commoncli.option.execution.AbstractOptionExecution
| Constructor and Description |
|---|
PlantUMLDependencyOutputOptionExecution(File file,
ProgrammingLanguage language,
org.apache.tools.ant.types.FileSet includeExcludeFiles,
Set<Display> displayOpt,
int optionPriority)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.plantumldependency.commoncli.option.execution.OptionExecution |
deepClone() |
void |
execute() |
public PlantUMLDependencyOutputOptionExecution(File file, ProgrammingLanguage language, org.apache.tools.ant.types.FileSet includeExcludeFiles, Set<Display> displayOpt, int optionPriority)
file - the output file where to generate the plantUML description, mustn't be
null.language - The programming language to parse, mustn't be null.includeExcludeFiles - the FileSet describing all files to include or exclude and also the base
directory where to look for, mustn't be null.displayOpt - the display option which have to appear in the plantUML description.optionPriority - the option priority as an integer. Note : the priority must be unique amongst
all options.public net.sourceforge.plantumldependency.commoncli.option.execution.OptionExecution deepClone()
deepClone in interface net.sourceforge.plantumldependency.common.clone.DeepCloneable<net.sourceforge.plantumldependency.commoncli.option.execution.OptionExecution>deepClone in class net.sourceforge.plantumldependency.commoncli.option.execution.AbstractOptionExecutionpublic void execute()
throws net.sourceforge.plantumldependency.commoncli.exception.CommandLineException
net.sourceforge.plantumldependency.commoncli.exception.CommandLineExceptionCopyright © 2014 Sourceforge. All rights reserved.