public interface EssentialBuilder
A builder for the essential flag.
Modifier and Type | Method and Description |
---|---|
String |
buildEssential(Boolean essential,
Context context)
Builds an essential flag.
|
String buildEssential(Boolean essential, Context context) throws BuildException
Builds an essential flag.
essential
- The essential flag.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.