public class TemplatePackagePropertyProvider extends java.lang.Object implements DefaultTemplatePropertiesProvider
EP_NAME| Constructor and Description |
|---|
TemplatePackagePropertyProvider() |
| 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.
|
public void fillProperties(PsiDirectory directory, java.util.Properties props)
DefaultTemplatePropertiesProviderfillProperties in interface DefaultTemplatePropertiesProviderdirectory - the directory in which the file is created.props - the map in which the defined properties should be stored.