Package org.hl7.fhir.utilities
Class ToolGlobalSettings
- java.lang.Object
-
- org.hl7.fhir.utilities.ToolGlobalSettings
-
public class ToolGlobalSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description ToolGlobalSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetComparePath()static StringgetNpmPath()static StringgetRubyPath()static StringgetTempPath()static StringgetTestIgsPath()static StringgetTestsPath()static booleanhasComparePath()static booleanhasNpmPath()static booleanhasRubyPath()static booleanhasTempPath()static booleanhasTestIgsPath()static booleanhasTestsPath()
-
-
-
Constructor Detail
-
ToolGlobalSettings
public ToolGlobalSettings()
-
-
Method Detail
-
getNpmPath
public static String getNpmPath()
-
getRubyPath
public static String getRubyPath()
-
getTestsPath
public static String getTestsPath()
-
hasNpmPath
public static boolean hasNpmPath()
-
hasRubyPath
public static boolean hasRubyPath()
-
hasTestsPath
public static boolean hasTestsPath()
-
getComparePath
public static String getComparePath()
-
hasComparePath
public static boolean hasComparePath()
-
getTempPath
public static String getTempPath()
-
hasTempPath
public static boolean hasTempPath()
-
getTestIgsPath
public static String getTestIgsPath()
-
hasTestIgsPath
public static boolean hasTestIgsPath()
-
-