org.mevenide.idea.util
Class IDEUtils

java.lang.Object
  extended by org.mevenide.idea.util.IDEUtils

public abstract class IDEUtils
extends Object

Author:
Arik

Constructor Summary
IDEUtils()
           
 
Method Summary
static com.intellij.openapi.roots.libraries.Library findLibrary(com.intellij.openapi.project.Project pProject, Dependency pDependency)
           
static com.intellij.openapi.progress.ProgressIndicator getProgressIndicator()
           
static void runCommand(com.intellij.openapi.module.Module pModule, Runnable pRunnable)
           
static void runCommand(com.intellij.openapi.project.Project pProject, Runnable pRunnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDEUtils

public IDEUtils()
Method Detail

runCommand

public static void runCommand(com.intellij.openapi.module.Module pModule,
                              Runnable pRunnable)

runCommand

public static void runCommand(com.intellij.openapi.project.Project pProject,
                              Runnable pRunnable)

getProgressIndicator

public static com.intellij.openapi.progress.ProgressIndicator getProgressIndicator()

findLibrary

public static com.intellij.openapi.roots.libraries.Library findLibrary(com.intellij.openapi.project.Project pProject,
                                                                       Dependency pDependency)


Copyright © 2005 The Codehaus. All Rights Reserved.