public class TypeNameEP extends AbstractExtensionPointBean
com.intellij.typeName
extension point.Modifier and Type | Field and Description |
---|---|
java.lang.String |
className |
static ExtensionPointName<TypeNameEP> |
EP_NAME |
java.lang.String |
name
Use
resourceKey for i18n. |
java.lang.String |
resourceBundle
If unspecified, plugin's
<resource-bundle> will be used. |
java.lang.String |
resourceKey |
myPluginDescriptor
Constructor and Description |
---|
TypeNameEP() |
Modifier and Type | Method and Description |
---|---|
NullableLazyValue<java.lang.String> |
getTypeName() |
findClass, findClass, findClassNoExceptions, findExtensionClass, getLoaderForClass, getPluginDescriptor, getPluginId, instantiate, instantiate, instantiate, instantiateClass, setPluginDescriptor
public static final ExtensionPointName<TypeNameEP> EP_NAME
public java.lang.String className
public java.lang.String name
resourceKey
for i18n.public java.lang.String resourceBundle
<resource-bundle>
will be used.public java.lang.String resourceKey
public NullableLazyValue<java.lang.String> getTypeName()