org.codehaus.groovy.maven.gossip.model.source
Class SystemPropertySource
java.lang.Object
org.codehaus.groovy.maven.gossip.model.AbstractNode
org.codehaus.groovy.maven.gossip.model.Source
org.codehaus.groovy.maven.gossip.model.source.SystemPropertySource
- All Implemented Interfaces:
- Node
public class SystemPropertySource
- extends Source
System-property configuration source.
- Version:
- $Id: SystemPropertySource.java 13181 2008-08-10 14:05:55Z user57 $
- Author:
- Jason Dillon
Fields inherited from class org.codehaus.groovy.maven.gossip.model.AbstractNode |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SystemPropertySource
public SystemPropertySource()
SystemPropertySource
public SystemPropertySource(java.lang.String name)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
load
public Configuration load()
throws java.lang.Exception
- Specified by:
load
in class Source
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2010 Codehaus. All Rights Reserved.