Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Interface com.jconfig.VersionInfo

  Summary

public interface  VersionInfo
     extends com.jconfig.DumpInfo
{
          // Fields 1
     public static final String copyrightString;

          // Methods 6
     public abstract String getCopyrightNotice();
     public abstract String getDescription();
     public abstract int getMajorVersion();
     public abstract int getMinorVersion();
     public abstract String getProductName();
     public abstract String getVersionString();
}

Represents version information about an application.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.


  Cross Reference

Returned By:
DiskFile.getVersion(), DiskFileMRJ.getVersion(), DiskFileNix.getVersion(), DiskFileMSVM.getVersion()

Implemented By:
VersionInfoMRJ, VersionInfoNix, VersionInfoMSVM





  Fields

· copyrightString

Summary  |  Top
   public static final String copyrightString


  Methods

· getMajorVersion

Summary  |  Top

   public abstract int getMajorVersion() 

Returns the major version.



· getMinorVersion

Summary  |  Top
   public abstract int getMinorVersion() 

Returns the minor version.



· getVersionString

Summary  |  Top
   public abstract String getVersionString() 

Returns the version string.



· getCopyrightNotice

Summary  |  Top
   public abstract String getCopyrightNotice() 

Returns the copyright notice.



· getProductName

Summary  |  Top
   public abstract String getProductName() 

Returns the product name.



· getDescription

Summary  |  Top
   public abstract String getDescription() 

Returns the application description.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7