Package | Description |
---|---|
org.spf4j.base.avro |
Modifier and Type | Method and Description |
---|---|
JFileLocation.Builder |
JFileLocation.Builder.clearFileName()
Clears the value of the 'fileName' field.
|
JFileLocation.Builder |
JFileLocation.Builder.clearLineNumber()
Clears the value of the 'lineNumber' field.
|
JFileLocation.Builder |
JStackTraceElement.Builder.getLocationBuilder()
Gets the Builder instance for the 'location' field and creates one if it doesn't exist yet.
|
static JFileLocation.Builder |
JFileLocation.newBuilder()
Creates a new JFileLocation RecordBuilder.
|
static JFileLocation.Builder |
JFileLocation.newBuilder(JFileLocation.Builder other)
Creates a new JFileLocation RecordBuilder by copying an existing Builder.
|
static JFileLocation.Builder |
JFileLocation.newBuilder(JFileLocation other)
Creates a new JFileLocation RecordBuilder by copying an existing JFileLocation instance.
|
JFileLocation.Builder |
JFileLocation.Builder.setFileName(String value)
Sets the value of the 'fileName' field.
|
JFileLocation.Builder |
JFileLocation.Builder.setLineNumber(int value)
Sets the value of the 'lineNumber' field.
|
Modifier and Type | Method and Description |
---|---|
static JFileLocation.Builder |
JFileLocation.newBuilder(JFileLocation.Builder other)
Creates a new JFileLocation RecordBuilder by copying an existing Builder.
|
JStackTraceElement.Builder |
JStackTraceElement.Builder.setLocationBuilder(JFileLocation.Builder value)
Sets the Builder instance for the 'location' field
location
|
Copyright © 2018 SPF4J. All rights reserved.