站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

SystemProfileValueSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.