Package com.mathworks.ci
Class MatlabReleaseInfo
- java.lang.Object
-
- com.mathworks.ci.MatlabReleaseInfo
-
public class MatlabReleaseInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MatlabReleaseInfo(FilePath matlabRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullMatlabVersionNumber()
boolean
verLessThan(double version)
-
-
-
Constructor Detail
-
MatlabReleaseInfo
public MatlabReleaseInfo(FilePath matlabRoot)
-
-
Method Detail
-
getFullMatlabVersionNumber
public String getFullMatlabVersionNumber() throws MatlabVersionNotFoundException
- Throws:
MatlabVersionNotFoundException
-
verLessThan
public boolean verLessThan(double version) throws MatlabVersionNotFoundException
- Throws:
MatlabVersionNotFoundException
-
-