Package org.eolang.maven
Class StMeasured
- java.lang.Object
-
- org.eolang.maven.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.XMLapply(int position, com.jcabi.xml.XML xml)Stringuid()
-
-
-
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:
uidin interfacecom.yegor256.xsline.Shift
-
apply
public com.jcabi.xml.XML apply(int position, com.jcabi.xml.XML xml)- Specified by:
applyin interfacecom.yegor256.xsline.Shift
-
-