Package jetbrains.mps.classloading
Interface IdeaPluginModuleFacet
- 
- All Superinterfaces:
 CustomClassLoadingFacet,SModuleFacet
- All Known Implementing Classes:
 DumbIdeaPluginFacet
public interface IdeaPluginModuleFacet extends CustomClassLoadingFacet
evgeny, 2/28/13 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringFACET_TYPE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPluginId()- 
Methods inherited from interface jetbrains.mps.classloading.CustomClassLoadingFacet
getClassLoader, isValid 
- 
Methods inherited from interface org.jetbrains.mps.openapi.module.SModuleFacet
getFacetType, getModule, load, save 
 - 
 
 - 
 
- 
- 
Field Detail
- 
FACET_TYPE
static final String FACET_TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getPluginId
String getPluginId()
 
 - 
 
 -