All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.credibledoc.substitution.reporting.tracking.TrackingResult Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.0.51
Show newest version
package com.credibledoc.substitution.reporting.tracking;

/**
 * Represents result of watching some directory to changes.
 * 
 * @author Kyrylo Semenko
 */
public enum TrackingResult {
    SUCCESSFUL,
    FAILED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy