public class BaseProvider extends Object implements DiscoveryFormatProvider
| Modifier and Type | Field and Description |
|---|---|
protected String |
formatName
The format name.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseProvider(String formatName)
Constructs instance with the given format name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatName()
Returns the name of the format implemented by this provider.
|
protected final String formatName
protected BaseProvider(String formatName)
public String getFormatName()
DiscoveryFormatProvidergetFormatName in interface DiscoveryFormatProviderCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.