Package jetbrains.mps.module
Interface ReloadableModule.DeploymentStatus
- 
- Enclosing interface:
 - ReloadableModule
 
public static interface ReloadableModule.DeploymentStatus 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanBeDeployed()StringgetMessage()booleanisDeployed() 
 - 
 
- 
- 
Method Detail
- 
getMessage
@NotNull String getMessage()
- Returns:
 - the message describing the current status it is likely to appear in some short logging or UI notification
 
 
- 
canBeDeployed
boolean canBeDeployed()
- Returns:
 - if that module can be deployed on demand. if it is already deployed returns true as for 191 the module will be deployed automatically (providing that they can be deployed) on any class or class loader request)
 
 
- 
isDeployed
boolean isDeployed()
 
 - 
 
 -