Package tools.descartes.pmx.console
Class PMXCommandLine
- java.lang.Object
-
- tools.descartes.pmx.console.PMXCommandLine
-
- Direct Known Subclasses:
PMXCommandLinePCM
public class PMXCommandLine extends Object
-
-
Constructor Summary
Constructors Constructor Description PMXCommandLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IModelBuilder
getModelBuilder()
static void
main(String[] args)
static String
parseOutputDir(String[] args)
static boolean
run(String[] args)
static void
setModelBuilder(IModelBuilder modelBuilder)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
run
public static boolean run(String[] args)
-
getModelBuilder
public static IModelBuilder getModelBuilder()
-
setModelBuilder
public static void setModelBuilder(IModelBuilder modelBuilder)
-
-