Package gov.nih.mipav.model.algorithms
Class libdt.ConfigFile
java.lang.Object
gov.nih.mipav.model.algorithms.libdt.ConfigFile
- Enclosing class:
libdt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidextractContents(String line) (package private) StringextractKey(int sepPos, String line) private void(package private) StringextractValue(int sepPos, String line) (package private) double(package private) intgetIntValueOfKey(String key) (package private) String(package private) boolean(package private) booleanonlyWhitespace(String line) (package private) void(package private) StringremoveComment(String line) (package private) boolean
-
Field Details
-
contents
-
fName
-
-
Constructor Details
-
ConfigFile
-
-
Method Details
-
removeComment
-
onlyWhitespace
-
validLine
-
extractKey
-
extractValue
-
extractContents
-
parseLine
-
ExtractKeys
private void ExtractKeys() -
keyExists
-
getIntValueOfKey
-
getDoubleValueOfKey
-
getStringValueOfKey
-