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

org.kie.commons.java.nio.base.WatchContext Maven / Gradle / Ivy

The newest version!
package org.kie.commons.java.nio.base;

import org.kie.commons.java.nio.file.Path;

public interface WatchContext {

    Path getPath();

    Path getOldPath();

    String getSessionId();

    String getUser();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy