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

com.clickntap.api.ConsoleInterface Maven / Gradle / Ivy

There is a newer version: 1.30
Show newest version
package com.clickntap.api;

import java.util.List;

public interface ConsoleInterface {
    public void resetCache() throws Exception;

    public List executionTimes() throws Exception;

    public List lastErrors() throws Exception;

    public void clearErrors() throws Exception;

    public String getVersion() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy