com.credibledoc.substitution.reporting.tracking.TrackingResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of substitution-reporting Show documentation
Show all versions of substitution-reporting Show documentation
This library serves for reports creation. These reports can describe
a structure and behavior of some application or system.
See the https://github.com/credibledoc/credible-doc/tree/master/substitution/substitution-reporting page.
package com.credibledoc.substitution.reporting.tracking;
/**
* Represents result of watching some directory to changes.
*
* @author Kyrylo Semenko
*/
public enum TrackingResult {
SUCCESSFUL,
FAILED
}