|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.graphviz.options.GraphvizUtils
public final class GraphvizUtils
Utility class for Graphviz layout binary.
Method Summary | |
---|---|
static String |
getPath()
Get path to graphviz dot binary saved in global options. |
static boolean |
isBinaryValid()
Check if path to graphviz dot binary is valid i.e. |
static boolean |
isBinaryValid(String pathToBinary,
boolean isEmptyValid)
Check if provided path is valid i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getPath()
String
.
public static boolean isBinaryValid()
public static boolean isBinaryValid(String pathToBinary, boolean isEmptyValid)
String
,
this path is also considered as valid.
pathToBinary
- Path to be checked.isEmptyValid
- flag to indicate if empty String is valid path.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |