public interface DefaultTemplatePropertiesProvider
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<DefaultTemplatePropertiesProvider> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
fillProperties(PsiDirectory directory,
java.util.Properties props)
Fills the default properties for a file which is created in the specified directory.
|
static final ExtensionPointName<DefaultTemplatePropertiesProvider> EP_NAME
void fillProperties(PsiDirectory directory, java.util.Properties props)
directory - the directory in which the file is created.props - the map in which the defined properties should be stored.