org.jvnet.hk2.deprecated.internal
Class Utilities

java.lang.Object
  extended by org.jvnet.hk2.deprecated.internal.Utilities

Deprecated.

@Deprecated
public class Utilities
extends Object

Author:
jwells

Constructor Summary
Utilities()
          Deprecated.  
 
Method Summary
static void fillInMetadata(Map<String,List<String>> multi, DescriptorImpl d)
          Deprecated.  
static void fillInMetadata(MultiMap<String,String> multi, DescriptorImpl d)
          Deprecated.  
static void printThrowable(Throwable th)
          Deprecated.  
static boolean safeEquals(Object a, Object b)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Deprecated. 
Method Detail

safeEquals

public static boolean safeEquals(Object a,
                                 Object b)
Deprecated. 

printThrowable

public static void printThrowable(Throwable th)
Deprecated. 

fillInMetadata

public static void fillInMetadata(MultiMap<String,String> multi,
                                  DescriptorImpl d)
Deprecated. 

fillInMetadata

public static void fillInMetadata(Map<String,List<String>> multi,
                                  DescriptorImpl d)
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.