public static final class SMFParseWarning.Builder extends Object
SMFParseWarning.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
SMFParseWarning |
build()
Builds a new
SMFParseWarning. |
SMFParseWarning.Builder |
from(SMFParseWarningType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.parser.api.SMFParseWarningType instance. |
SMFParseWarning.Builder |
from(SMFWarningType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.core.SMFWarningType instance. |
SMFParseWarning.Builder |
setException(Exception exception)
Initializes the optional value
exception to exception. |
SMFParseWarning.Builder |
setException(Optional<? extends Exception> exception)
Initializes the optional value
exception to exception. |
SMFParseWarning.Builder |
setLexical(com.io7m.jlexing.core.LexicalPosition<URI> lexical)
Initializes the value for the
lexical attribute. |
SMFParseWarning.Builder |
setMessage(String message)
Initializes the value for the
message attribute. |
public final SMFParseWarning.Builder from(SMFWarningType instance)
com.io7m.smfj.core.SMFWarningType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFParseWarning.Builder from(SMFParseWarningType instance)
com.io7m.smfj.parser.api.SMFParseWarningType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFParseWarning.Builder setLexical(com.io7m.jlexing.core.LexicalPosition<URI> lexical)
lexical attribute.lexical - The value for lexicalthis builder for use in a chained invocationpublic final SMFParseWarning.Builder setMessage(String message)
message attribute.message - The value for messagethis builder for use in a chained invocationpublic final SMFParseWarning.Builder setException(Exception exception)
exception to exception.exception - The value for exceptionthis builder for chained invocationpublic final SMFParseWarning.Builder setException(Optional<? extends Exception> exception)
exception to exception.exception - The value for exceptionthis builder for use in a chained invocationpublic SMFParseWarning build()
SMFParseWarning.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com