public class FrameworkDetectionContextImpl extends FrameworkDetectionContextBase
Constructor and Description |
---|
FrameworkDetectionContextImpl(Project project) |
Modifier and Type | Method and Description |
---|---|
<F extends Facet,C extends FacetConfiguration> |
createDetectedFacetDescriptions(FacetBasedFrameworkDetector<F,C> detector,
java.util.Collection<VirtualFile> files) |
VirtualFile |
getBaseDir() |
Project |
getProject() |
public FrameworkDetectionContextImpl(Project project)
public Project getProject()
getProject
in interface FrameworkDetectionContext
getProject
in class FrameworkDetectionContextBase
public <F extends Facet,C extends FacetConfiguration> java.util.List<? extends DetectedFrameworkDescription> createDetectedFacetDescriptions(FacetBasedFrameworkDetector<F,C> detector, java.util.Collection<VirtualFile> files)
public VirtualFile getBaseDir()