|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twelvemonkeys.imageio.spi.ProviderInfo
public class ProviderInfo
Provides provider info, like vendor name and version,
for ImageReaderWriterSpi subclasses based on information in the manifest.
| Constructor Summary | |
|---|---|
ProviderInfo(Package pPackage)
Creates a provider information instance based on the given package. |
|
| Method Summary | |
|---|---|
String |
getVendorName()
Returns the vendor name, as specified in the manifest entry Implementation-Vendor for the package. |
String |
getVersion()
Returns the version/build number string, as specified in the manifest entry Implementation-Version for the package. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderInfo(Package pPackage)
pPackage - the package to get provider information from.
This should typically be the package containing the Spi class.
IllegalArgumentException - if pPackage == null| Method Detail |
|---|
public final String getVendorName()
Implementation-Vendor for the package.
If the vendor name is unavailable, the package name or some default name
for known packages are used.
public final String getVersion()
Implementation-Version for the package.
If the version is unavailable, some arbitrary (non-null) value is used.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||