Package | Description |
---|---|
org.benf.cfr.reader.api |
Modifier and Type | Method and Description |
---|---|
CfrDriver.Builder |
CfrDriver.Builder.withBuiltOptions(Options options)
Note - the
Options 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.
|