public final class PlantUMLDependencyProgram
extends net.sourceforge.plantumldependency.commoncli.program.impl.JavaProgramImpl
JavaProgram implementation.| Constructor and Description |
|---|
PlantUMLDependencyProgram()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The PlantUML Dependency program entry point.
|
static void |
processProgramArguments(String[] args)
The PlantUML Dependency program entry point from command line arguments.
|
addExampleCommandLine, addKnownBugOrLimitation, addOption, compareTo, deepClone, equals, getAllExecutableOptions, getAllExecutableOptions, getAllExecutableOptions, getAllMandatoryOptions, getAllOptionalActiveOptions, getAllOptions, getAllOptions, getAllOptions, getAuthors, getFullUsage, getFullUsageDescription, getFullUsageExamples, getJarName, getKnownBugsOrLimitations, getLicenseNames, getMainUsage, getName, getUrl, getVersion, hashCode, parseCommandLinepublic PlantUMLDependencyProgram()
throws MalformedURLException,
net.sourceforge.plantumldependency.commoncli.exception.CommandLineException,
ParseException
MalformedURLException - if the program URL doesn't have a good format.net.sourceforge.plantumldependency.commoncli.exception.CommandLineException - if any exception occurs while creating the program.ParseException - if the program versio and the program date can't be properly parsed.public static void main(String[] args) throws PlantUMLDependencyException
processProgramArguments(String[]) method.args - command line arguments.PlantUMLDependencyException - if any error occurs when running PlantUML Dependency.public static void processProgramArguments(String[] args) throws PlantUMLDependencyException
args - command line arguments.PlantUMLDependencyException - if any error occurs when running PlantUML Dependency.Copyright © 2014 Sourceforge. All rights reserved.