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

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

There is a newer version: 0.91.11
Show newest version
package com.aol.micro.server.log;

import java.io.File;

public interface LogLookup {

    public File lookup(String alias);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy