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

com.oath.micro.server.log.LogLookup Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package com.oath.micro.server.log;

import java.io.File;

public interface LogLookup {

    public File lookup(String alias);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy