com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.Resource Maven / Gradle / Ivy
The newest version!
package com.buschmais.jqassistant.plugin.common.api.scanner.filesystem;
import java.io.IOException;
/**
* Represents a file system resource.
*/
public interface Resource extends AutoCloseable {
@Override
void close() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy