Package eu.simuline.octave
Class OctaveEngine.ManifestInfo
- java.lang.Object
-
- eu.simuline.octave.OctaveEngine.ManifestInfo
-
- Enclosing class:
- OctaveEngine
static class OctaveEngine.ManifestInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Manifest
manifest
private static String
MANIFEST_FILE
private Attributes
mAtts
The main attributes of the manifest.private static String
META_FOLDER
-
Constructor Summary
Constructors Constructor Description ManifestInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private String
getAttrValue(Object name)
(package private) String
getImplVendor()
(package private) String
getImplVersion()
Returns the version of the implementation.
-
-
-
Field Detail
-
META_FOLDER
private static final String META_FOLDER
- See Also:
- Constant Field Values
-
MANIFEST_FILE
private static final String MANIFEST_FILE
- See Also:
- Constant Field Values
-
manifest
private final Manifest manifest
-
mAtts
private final Attributes mAtts
The main attributes of the manifest.
-
-
Constructor Detail
-
ManifestInfo
ManifestInfo() throws IllegalStateException
- Throws:
IllegalStateException
-
-