org.codenarc.util.io.Resource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
package org.codenarc.util.io;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public interface Resource
{
java.io.InputStream getInputStream()throws java.io.IOException;
boolean exists();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy