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