net.sf.cotta.utils
Class ProductInfo

java.lang.Object
  extended by net.sf.cotta.utils.ProductInfo

public class ProductInfo
extends java.lang.Object


Constructor Summary
ProductInfo(ClassPathEntry pathEntry)
           
 
Method Summary
static ProductInfo forClass(java.lang.Class aClass)
           
 void info(java.io.PrintStream out)
           
 ClassPathEntry loadedPath()
           
 java.lang.String mainAttributeValue(java.lang.String attributeName)
           
 java.lang.String otherAttributeValue(java.lang.String section, java.lang.String attributeName)
           
 java.lang.String title()
           
 java.lang.String url()
           
 java.lang.String vendor()
           
 VersionNumber version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInfo

public ProductInfo(ClassPathEntry pathEntry)
            throws TIoException
Throws:
TIoException
Method Detail

info

public void info(java.io.PrintStream out)

loadedPath

public ClassPathEntry loadedPath()

vendor

public java.lang.String vendor()

title

public java.lang.String title()

version

public VersionNumber version()

url

public java.lang.String url()

forClass

public static ProductInfo forClass(java.lang.Class aClass)
                            throws TIoException
Throws:
TIoException

mainAttributeValue

public java.lang.String mainAttributeValue(java.lang.String attributeName)

otherAttributeValue

public java.lang.String otherAttributeValue(java.lang.String section,
                                            java.lang.String attributeName)