org.apache.jdo.util
Class JDORIVersion

java.lang.Object
  extended by org.apache.jdo.util.JDORIVersion

public class JDORIVersion
extends java.lang.Object

Helper class to handle properties object with version number and vendor name.

Author:
Marina Vatkina

Constructor Summary
JDORIVersion()
          Constructor without parameters
JDORIVersion(java.lang.String fileName)
          Constructor without parameters
 
Method Summary
static java.util.Properties getVendorProperties()
          Return Vendor properties
static java.util.Properties getVendorProperties(java.lang.String fileName)
          Return Vendor properties for a given file name
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDORIVersion

public JDORIVersion()
Constructor without parameters


JDORIVersion

public JDORIVersion(java.lang.String fileName)
Constructor without parameters

Method Detail

main

public static void main(java.lang.String[] args)

getVendorProperties

public static java.util.Properties getVendorProperties(java.lang.String fileName)
Return Vendor properties for a given file name


getVendorProperties

public static java.util.Properties getVendorProperties()
Return Vendor properties



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.