|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alveole.studio.web.refactoring.RefactorTools
public class RefactorTools
This class is a tools-set for refactoring.
| Constructor Summary | |
|---|---|
RefactorTools()
|
|
| Method Summary | |
|---|---|
static void |
findFiles(java.util.ArrayList<org.eclipse.core.resources.IFile> files,
org.eclipse.core.resources.IContainer container)
Find all ASWP files from a given container. |
static Project |
findOpenedProject(org.eclipse.core.resources.IFile targetFile)
Find target project. |
static Project |
openProject(org.eclipse.core.resources.IFile file)
Opens a project to perform changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefactorTools()
| Method Detail |
|---|
public static void findFiles(java.util.ArrayList<org.eclipse.core.resources.IFile> files,
org.eclipse.core.resources.IContainer container)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static Project openProject(org.eclipse.core.resources.IFile file)
public static Project findOpenedProject(org.eclipse.core.resources.IFile targetFile)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||