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<DisplayType> displayTypesOpts,
Pattern displayPackageNamePatternOpt,
Pattern displayNamePatternOpt,
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<DisplayType> displayTypesOpts, Pattern displayPackageNamePatternOpt, Pattern displayNamePatternOpt, 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.displayTypesOpts - the Set of display types options which filter type to appear in the
plantUML description, mustn't be null.displayPackageNamePatternOpt - the Pattern which filter package name to appear in the plantUML
description, mustn't be null.displayNamePatternOpt - the Pattern which filter name to appear in the plantUML description,
mustn't be null.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.