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

com.netgrif.application.engine.files.IStorageResolverService Maven / Gradle / Ivy

package com.netgrif.application.engine.files;

import com.netgrif.application.engine.files.interfaces.IStorageService;

import java.util.Set;

public interface IStorageResolverService {
    IStorageService resolve(String type);

    Set availableStorageTypes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy