Uses of Class
org.benf.cfr.reader.api.CfrDriver.Builder
-
Packages that use CfrDriver.Builder Package Description org.benf.cfr.reader.api -
-
Uses of CfrDriver.Builder in org.benf.cfr.reader.api
Methods in org.benf.cfr.reader.api that return CfrDriver.Builder Modifier and Type Method Description CfrDriver.Builder
CfrDriver.Builder. withBuiltOptions(Options options)
Note - theOptions
interface is *not* guaranteed to be stable.CfrDriver.Builder
CfrDriver.Builder. withClassFileSource(ClassFileSource source)
Overrides where CFR searches for bytecode.CfrDriver.Builder
CfrDriver.Builder. withOptions(java.util.Map<java.lang.String,java.lang.String> options)
A map, equivalent to the command line options that are passed to CFR.CfrDriver.Builder
CfrDriver.Builder. withOutputSink(OutputSinkFactory output)
Handle how results / output are provided.CfrDriver.Builder
CfrDriver.Builder. withOverrideClassFileSource(ClassFileSource source)
Allows overrides of where CFR searches for bytecode, but will fall back to default behaviour if null is returned.
-