org.jboss.cdi.tck.shrinkwrap.descriptors
Class SystemPropertyActivator
java.lang.Object
org.jboss.cdi.tck.shrinkwrap.descriptors.SystemPropertyActivator
- All Implemented Interfaces:
- Activator
public class SystemPropertyActivator
- extends Object
- implements Activator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyActivator
public SystemPropertyActivator(String name)
getName
public String getName()
setName
public SystemPropertyActivator setName(String name)
getValue
public String getValue()
setValue
public SystemPropertyActivator setValue(String value)
getElementName
public String getElementName()
- Specified by:
getElementName in interface Activator
getNameAttribute
public String getNameAttribute()
- Specified by:
getNameAttribute in interface Activator
getValueAttribute
public String getValueAttribute()
- Specified by:
getValueAttribute in interface Activator
newSystemPropertyActivator
public static SystemPropertyActivator newSystemPropertyActivator(String name)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.