public interface FactoryProperties
Modifier and Type | Interface and Description |
---|---|
static class |
FactoryProperties.ComparatorBuilder
Provides a comparator builder for factory properties.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description for this Factory
|
String |
getDisplayName()
Gets the display name for this Factory
|
String |
getIdentifier()
Gets the identifier for this Factory
|
static FactoryProperties.ComparatorBuilder |
newComparatorBuilder()
Creates a new comparator builder for factory properties.
|
String getIdentifier()
String getDisplayName()
String getDescription()
static FactoryProperties.ComparatorBuilder newComparatorBuilder()