Package jetbrains.mps.tool.environment
Interface ProjectStrategy
- 
- All Known Implementing Classes:
 CompositeProjectStrategy,ProjectStrategyBase
public interface ProjectStrategy 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Projectcreate(Environment env)booleanisApplicable() 
 - 
 
- 
- 
Method Detail
- 
create
@NotNull Project create(@NotNull Environment env)
 
- 
isApplicable
boolean isApplicable()
 
 - 
 
 -