Package org.eolang.parser
Class StMeasured
- java.lang.Object
-
- org.eolang.parser.StMeasured
-
- All Implemented Interfaces:
com.yegor256.xsline.Shift
public final class StMeasured extends Object implements com.yegor256.xsline.Shift
Shift that measures and saves stats into a file.- Since:
- 0.30
-
-
Constructor Summary
Constructors Constructor Description StMeasured(com.yegor256.xsline.Shift shift, Path log)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jcabi.xml.XML
apply(int position, com.jcabi.xml.XML xml)
String
uid()
-
-
-
Constructor Detail
-
StMeasured
public StMeasured(com.yegor256.xsline.Shift shift, Path log)
Ctor.- Parameters:
shift
- Origin shiftlog
- Log file
-
-
Method Detail
-
uid
public String uid()
- Specified by:
uid
in interfacecom.yegor256.xsline.Shift
-
apply
public com.jcabi.xml.XML apply(int position, com.jcabi.xml.XML xml)
- Specified by:
apply
in interfacecom.yegor256.xsline.Shift
-
-