net.sourceforge.argval.manifestinfo
Interface ManifestInfo

All Superinterfaces:
ManifestInfoVisitorAcceptor
All Known Implementing Classes:
ManifestInfoAsPackageInfo

public interface ManifestInfo
extends ManifestInfoVisitorAcceptor


Method Summary
 File getJarPath()
           
 Manifest getManifest()
           
 PackageInfo getPackageInfo()
           
 String getSpecificationTitle()
          Returns the specification title.
 String getSpecificationVendor()
          Returns the specification vendor.
 String getSpecificationVersion()
          Returns the specification version.
 
Methods inherited from interface net.sourceforge.argval.manifestinfo.ManifestInfoVisitorAcceptor
accept
 

Method Detail

getJarPath

File getJarPath()

getManifest

Manifest getManifest()

getPackageInfo

PackageInfo getPackageInfo()

getSpecificationTitle

String getSpecificationTitle()
Returns the specification title.

Returns:
The specification title.

getSpecificationVendor

String getSpecificationVendor()
Returns the specification vendor.

Returns:
The specification vendor.

getSpecificationVersion

String getSpecificationVersion()
Returns the specification version.

Returns:
The specification version.


Copyright © 2013 Verhagen Software. All Rights Reserved.