Class LibDescriptor
- java.lang.Object
 - 
- jetbrains.mps.library.contributor.LibDescriptor
 
 
- 
- All Implemented Interfaces:
 RepositoryPathDescriptor
public class LibDescriptor extends Object implements RepositoryPathDescriptor
 
- 
- 
Constructor Summary
Constructors Constructor Description LibDescriptor(IFile file)LibDescriptor(IFile file, ClassLoader pluginDescriptor) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFilegetPath()ClassLoadergetPluginClassLoader()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getPath
@NotNull public IFile getPath()
- Specified by:
 getPathin interfaceRepositoryPathDescriptor- Returns:
 - a path to the repository modules or repository module configuration file (TODO)
 
 
- 
getPluginClassLoader
@Nullable public ClassLoader getPluginClassLoader()
- Returns:
 - a corresponding ClassLoader to the path (an idea plugin). Returns null if there is no corresponding idea plugin for this repository path
 
 
 - 
 
 -