org.sonatype.gossip.source
Class SystemPropertySource
java.lang.Object
org.sonatype.gossip.source.SourceSupport
org.sonatype.gossip.source.SystemPropertySource
- All Implemented Interfaces:
- Source
public class SystemPropertySource
- extends SourceSupport
System-property configuration source.
- Since:
- 1.0
- Author:
- Jason Dillon
SystemPropertySource
public SystemPropertySource()
SystemPropertySource
public SystemPropertySource(String name)
setName
public void setName(String name)
getName
public String getName()
load
public Model load()
throws Exception
- Description copied from interface:
Source
- Load a configuration model.
- Returns:
- The loaded model.
- Throws:
Exception
- Failed to load the model.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Sonatype. All Rights Reserved.