public interface FacetEditorContext extends UserDataHolder
Modifier and Type | Method and Description |
---|---|
Library |
createProjectLibrary(java.lang.String name,
VirtualFile[] roots,
VirtualFile[] sources) |
Library |
findLibrary(java.lang.String name) |
Facet |
getFacet() |
java.lang.String |
getFacetName() |
FacetsProvider |
getFacetsProvider() |
Library[] |
getLibraries() |
VirtualFile[] |
getLibraryFiles(Library library,
OrderRootType rootType) |
ModifiableRootModel |
getModifiableRootModel() |
Module |
getModule() |
ModuleBuilder |
getModuleBuilder()
Deprecated.
always
null |
ModulesProvider |
getModulesProvider() |
Facet |
getParentFacet() |
Project |
getProject() |
ModuleRootModel |
getRootModel() |
WizardContext |
getWizardContext()
Deprecated.
always
null |
boolean |
isNewFacet() |
getUserData, putUserData
Project getProject()
Library findLibrary(java.lang.String name)
@Deprecated ModuleBuilder getModuleBuilder()
null
boolean isNewFacet()
Facet getFacet()
Module getModule()
Facet getParentFacet()
FacetsProvider getFacetsProvider()
ModulesProvider getModulesProvider()
ModifiableRootModel getModifiableRootModel()
ModuleRootModel getRootModel()
Library[] getLibraries()
@Deprecated WizardContext getWizardContext()
null
Library createProjectLibrary(java.lang.String name, VirtualFile[] roots, VirtualFile[] sources)
VirtualFile[] getLibraryFiles(Library library, OrderRootType rootType)
java.lang.String getFacetName()