public class Labels extends Object
| Constructor and Description |
|---|
Labels() |
| Modifier and Type | Method and Description |
|---|---|
static Label |
empty() |
static Label |
from(String internalId,
String label,
String description)
Deprecated.
Externalize labels by using
AbstractPipelineElementBuilder.withLocales(Locales...)
to ease future support for multiple languages. |
static Label |
fromResources(String resourceIdentifier,
String resourceName)
Deprecated.
|
static Label |
withId(String internalId)
Creates a new label only with an internal id.
|
static Label |
withTitle(String label,
String description)
Deprecated.
|
public static Label from(String internalId, String label, String description)
AbstractPipelineElementBuilder.withLocales(Locales...)
to ease future support for multiple languages.internalId - The internal identifier of the element, e.g., "latitude-field-mapping"label - A human-readable titledescription - A human-readable brief summary of the element.@Deprecated public static Label fromResources(String resourceIdentifier, String resourceName)
public static Label withId(String internalId)
from(String, String, String)internalId - The internal identifier of the element, e.g., "latitude-field-mapping"@Deprecated public static Label withTitle(String label, String description)
public static Label empty()
Copyright © 2019. All rights reserved.