public interface ClosureCompiler
ClosureCompilerImpl
Modifier and Type | Method and Description |
---|---|
boolean |
buildClosure(String externalClsName) |
Collection |
getClosure() |
Map |
getFailed() |
void |
reset()
Clear the internal cache.
|
boolean buildClosure(String externalClsName)
externalClsName
- class name (in external format) whose closure will
be computed.reset()
is called).Collection getClosure()
Map getFailed()
void reset()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.