
com.googlecode.openbox.server.log.monitor.ServerLogProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ssh Show documentation
Show all versions of ssh Show documentation
This is remote linux SSH module
package com.googlecode.openbox.server.log.monitor;
import java.util.List;
import com.googlecode.openbox.server.log.ServerLog;
public interface ServerLogProvider {
List getServerLogs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy