Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankeshanand/dependencyanalyzer


https://github.com/ankeshanand/dependencyanalyzer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

This is an Eclispse Project. The main source file is src/RunAnalyzer.java
Below is the class interface for the Analyzer Class

interface AnalyzerInterface {

public String[] getDependencies(String filename) throws IOException; //Returns a string with a list of dependencies,given a filename.
}