All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
copyLibrary(LibraryEx from,
java.util.Map<java.lang.String,java.lang.String> rootMapping,
LibraryEx.ModifiableModelEx target) |
static BaseListPopupStep<LibraryType> |
createChooseTypeStep(ClasspathPanel classpathPanel,
ParameterizedRunnable<? super LibraryType> action) |
static LibraryTablePresentation |
getLibraryTablePresentation(Project project,
java.lang.String level) |
static Predicate<Library> |
getNotAddedSuitableLibrariesCondition(ModuleRootModel rootModel,
FacetsProvider facetsProvider) |
static java.util.List<Module> |
getSuitableModules(ModuleStructureConfigurable rootConfigurable,
LibraryKind kind,
Library library) |
static java.util.List<LibraryType> |
getSuitableTypes(ClasspathPanel classpathPanel) |
static boolean |
hasSuitableTypes(ClasspathPanel panel) |
static boolean |
libraryAlreadyExists(LibraryTable.ModifiableModel table,
java.lang.String libraryName) |
static void |
showDialogAndAddLibraryToDependencies(Library library,
Project project,
boolean allowEmptySelection) |
static java.lang.String |
suggestNewLibraryName(LibraryTable.ModifiableModel table,
java.lang.String baseName) |