public class NullLocalizable extends Object implements Localizable
| Modifier and Type | Field and Description |
|---|---|
protected static NullLocalizable |
instance |
| Constructor and Description |
|---|
NullLocalizable(String key) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getKey() |
String |
getResourceBundleName() |
static NullLocalizable |
instance() |
protected static NullLocalizable instance
public NullLocalizable(String key)
public String getKey()
getKey in interface Localizablepublic Object[] getArguments()
getArguments in interface Localizablepublic String getResourceBundleName()
getResourceBundleName in interface Localizablepublic static NullLocalizable instance()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.