org.glassfish.tests.utils
Class Utils

java.lang.Object
  extended by org.glassfish.tests.utils.Utils

public class Utils
extends java.lang.Object

Utilities to create a configured Habitat and cache them

Author:
Jerome Dochez

Field Summary
static Utils instance
           
 
Constructor Summary
Utils()
           
 
Method Summary
 org.jvnet.hk2.component.Habitat getHabitat(ConfigApiTest test)
           
static org.jvnet.hk2.component.Habitat getNewHabitat()
           
static org.jvnet.hk2.component.Habitat getNewHabitat(ConfigApiTest test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Utils instance
Constructor Detail

Utils

public Utils()
Method Detail

getHabitat

public org.jvnet.hk2.component.Habitat getHabitat(ConfigApiTest test)

getNewHabitat

public static org.jvnet.hk2.component.Habitat getNewHabitat(ConfigApiTest test)

getNewHabitat

public static org.jvnet.hk2.component.Habitat getNewHabitat()


Copyright © 2012 GlassFish Community. All Rights Reserved.