org.codehaus.groovy.maven.gossip.model.source
Class SystemPropertySource

java.lang.Object
  extended by org.codehaus.groovy.maven.gossip.model.AbstractNode
      extended by org.codehaus.groovy.maven.gossip.model.Source
          extended by 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

Field Summary
 
Fields inherited from class org.codehaus.groovy.maven.gossip.model.AbstractNode
log
 
Constructor Summary
SystemPropertySource()
           
SystemPropertySource(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 Configuration load()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class org.codehaus.groovy.maven.gossip.model.Source
getMergePolicy, load, load, setMergePolicy
 
Methods inherited from class org.codehaus.groovy.maven.gossip.model.AbstractNode
getParent, mergeProperties, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemPropertySource

public SystemPropertySource()

SystemPropertySource

public SystemPropertySource(java.lang.String name)
Method Detail

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-2009 Codehaus. All Rights Reserved.