org.jboss.weld.metadata
Class SystemPropertyActivationImpl

java.lang.Object
  extended by org.jboss.weld.metadata.SystemPropertyActivationImpl
All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.SystemPropertyActivation

public class SystemPropertyActivationImpl
extends Object
implements org.jboss.weld.bootstrap.spi.SystemPropertyActivation


Constructor Summary
SystemPropertyActivationImpl(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyActivationImpl

public SystemPropertyActivationImpl(String name,
                                    String value)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.weld.bootstrap.spi.SystemPropertyActivation

getValue

public String getValue()
Specified by:
getValue in interface org.jboss.weld.bootstrap.spi.SystemPropertyActivation


Copyright © 2013 Seam Framework. All Rights Reserved.