org.inria.ns.reflex.modules.sys
Class OutProperty
java.lang.Object
org.inria.ns.reflex.processor.PropertyResolver.Impl
org.inria.ns.reflex.modules.sys.OutputProperty
org.inria.ns.reflex.modules.sys.OutProperty
- All Implemented Interfaces:
- PropertyResolver
public class OutProperty
- extends OutputProperty
The $sys:out property is the "Sytem OUT" output stream.
- Author:
- Philippe Poulard
OutProperty
public OutProperty()
getPropertyValue
public Object getPropertyValue(DataSet dataSet,
QName propertyName)
- Return System.out
- Specified by:
getPropertyValue in interface PropertyResolver- Overrides:
getPropertyValue in class PropertyResolver.Impl
- Parameters:
dataSet - The set of datas used when the action is running.propertyName - The name of the property.
- Returns:
System.out.