The Spring Framework

org.springframework.test.annotation
Class SystemProfileValueSource

java.lang.Object
  extended by org.springframework.test.annotation.SystemProfileValueSource
All Implemented Interfaces:
ProfileValueSource

public class SystemProfileValueSource
extends Object
implements ProfileValueSource

Since:
2.0
Author:
Rod Johnson

Method Summary
 String get(String key)
           
static SystemProfileValueSource getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final SystemProfileValueSource getInstance()

get

public String get(String key)
Specified by:
get in interface ProfileValueSource

The Spring Framework

Copyright © 2002-2007 The Spring Framework.