com.siviam.bobup.util
Class Utils

java.lang.Object
  extended bycom.siviam.bobup.util.Utils

public class Utils
extends java.lang.Object

Convenience methods.

Author:
vishnu

Method Summary
static java.util.Properties getBackupPartDescription(java.lang.String key, java.util.jar.Attributes values)
          Adds the attributes named via this key in the form of a Properties object to the business object descriptor.
static java.util.Properties[] getBackupPartDescriptions(java.util.jar.Manifest manifest)
          Obtains the backup part descriptions properties lists from a given fully populated manifest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBackupPartDescriptions

public static java.util.Properties[] getBackupPartDescriptions(java.util.jar.Manifest manifest)
                                                        throws java.lang.Exception
Obtains the backup part descriptions properties lists from a given fully populated manifest.

Parameters:
manifest -
Returns:
Throws:
java.lang.Exception

getBackupPartDescription

public static java.util.Properties getBackupPartDescription(java.lang.String key,
                                                            java.util.jar.Attributes values)
Adds the attributes named via this key in the form of a Properties object to the business object descriptor.

Parameters:
key -
values -


Copyright © 2001-2006. All Rights Reserved.