Package jetbrains.mps.classloading
Interface CustomClassLoadingFacet
- 
- All Superinterfaces:
 SModuleFacet
- All Known Subinterfaces:
 IdeaPluginModuleFacet
- All Known Implementing Classes:
 DumbIdeaPluginFacet
public interface CustomClassLoadingFacet extends SModuleFacet
Represents so called non-reloadable facet Classes of the module which has such facet are NOT managed by MPS itself (for example, by IDEA's PluginClassLoaders) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()booleanisValid()- 
Methods inherited from interface org.jetbrains.mps.openapi.module.SModuleFacet
getFacetType, getModule, load, save 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isValid
boolean isValid()
 
- 
getClassLoader
@Nullable ClassLoader getClassLoader()
 
 - 
 
 -