net.sf.cotta.utils
Class ProductInfo
java.lang.Object
net.sf.cotta.utils.ProductInfo
public class ProductInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductInfo
public ProductInfo(ClassPathEntry pathEntry)
throws TIoException
- Throws:
TIoException
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)