Modifier and Type | Method | Description |
---|---|---|
static CSVMethodNameMappingParser.Builder |
CSVMethodNameMappingParser.builder() |
Creates a new empty factory for the method name parser.
|
CSVMethodNameMappingParser.Builder |
CSVMethodNameMappingParser.Builder.withClassNameColumn(String columnName) |
Selects the column in which the enclosing class name will be found.
|
CSVMethodNameMappingParser.Builder |
CSVMethodNameMappingParser.Builder.withFormat(org.apache.commons.csv.CSVFormat format) |
Selects a CSV format to rely upon when parsing file or stream contents.
|
CSVMethodNameMappingParser.Builder |
CSVMethodNameMappingParser.Builder.withSignatureColumn(String columnName) |
Selects the column in which the ASM signature for the method will be found.
|
Copyright © 2018 Basin. All rights reserved.