it.haefelinger.flaka.dep
Class Scanner
java.lang.Object
it.haefelinger.flaka.dep.Scanner
public class Scanner
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public Project project
map
public Map map
seen
public Map seen
file
public File file
cntr
public int cntr
Scanner
public Scanner(Project project,
Map map)
Scanner
public Scanner(Project proj)
reset
public Scanner reset(Project proj,
Map map)
getScopeMap
protected Map getScopeMap()
getAliasMap
protected Map getAliasMap()
add
protected void add(String scope,
Dependency d)
add
protected void add(String[] scope,
Dependency d)
scan
public void scan(File file)
- Parameters:
file - not null
scan
protected void scan(InputStream stream)
throws Exception
- Throws:
Exception