ClosureCompilerpublic interface ClosureCompiler This is single most important interface of the apiscan package. This class is
used to compute the complete closure of a set of classes. |
Methods Summary |
---|
public boolean | buildClosure(java.lang.String externalClsName)
| public java.util.Collection | getClosure()
| public java.util.Map | getFailed()
| public void | reset()Clear the internal cache. It includes the result it has collected since
last reset(). But it does not clear the excludedd list. If you want to
reset the excluded list, create a new ClosureCompiler.
|
|