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

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

The newest version!
package com.oath.micro.server.log;

import java.io.File;

public interface LogLookup {

    public File lookup(String alias);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy