Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankeshanand/dependencyanalyzer
https://github.com/ankeshanand/dependencyanalyzer
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeshanand/dependencyanalyzer
- Owner: ankeshanand
- Created: 2013-06-05T13:29:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-05T14:25:26.000Z (over 11 years ago)
- Last Synced: 2024-11-13T07:39:38.291Z (2 months ago)
- Language: Java
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 Classinterface AnalyzerInterface {
public String[] getDependencies(String filename) throws IOException; //Returns a string with a list of dependencies,given a filename.
}