public final class RunTimeConfigurationSourceBuildItem extends MultiBuildItem
| Constructor and Description |
|---|
RunTimeConfigurationSourceBuildItem(String className,
OptionalInt priority)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the class name.
|
OptionalInt |
getPriority()
Get the priority.
|
public RunTimeConfigurationSourceBuildItem(String className, OptionalInt priority)
className - the class name (must not be null or empty)priority - an optional priority value to pass to the constructor (must not be null)public String getClassName()
null or empty)public OptionalInt getPriority()
null)Copyright © 2020 JBoss by Red Hat. All rights reserved.