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

com.undefinedlabs.scope.settings.ScopeProfileFileResolver Maven / Gradle / Ivy

package com.undefinedlabs.scope.settings;

import java.io.File;

public interface ScopeProfileFileResolver {

  File resolve(final ScopeOsResolver osResolver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy