All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.win.VersionInfoMSVM
java.lang.Object
|
+----com.jconfig.win.VersionInfoMSVM
class VersionInfoMSVM
extends java.lang.Object
implements com.jconfig.VersionInfo
{
// Fields 5
private static final String copyrightString;
private String cpString;
private String fileDescription;
private String internalName;
private VersionNumber versionNumber;
// Constructors 1
VersionInfoMSVM(String);
// Methods 7
public void dumpInfo(PrintStream, String);
public String getCopyrightNotice();
public String getDescription();
public int getMajorVersion();
public int getMinorVersion();
public String getProductName();
public String getVersionString();
}
Used to obtain the version information for a file.
A VersInfoPropsMSVM object is used to obtain the version info; this object retrieves various items
from that object and returns them as indicated below.
- Author:
-
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
private static final String copyrightString
private VersionNumber versionNumber
private String cpString
private String internalName
private String fileDescription
VersionInfoMSVM(String fileName)
'fileName' must be the full path of the file.
If this file doesn't have version info, or if an error occurs, throws an IllegalArgumentException
public String getVersionString()
- Implements:
- getVersionString in interface VersionInfo
public int getMajorVersion()
- Implements:
- getMajorVersion in interface VersionInfo
public int getMinorVersion()
- Implements:
- getMinorVersion in interface VersionInfo
public String getCopyrightNotice()
- Implements:
- getCopyrightNotice in interface VersionInfo
public String getProductName()
- Implements:
- getProductName in interface VersionInfo
public String getDescription()
- Implements:
- getDescription in interface VersionInfo
public void dumpInfo(PrintStream ps,
String indent)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7