com.alveole.studio.web.refactoring
Class RefactorTools

java.lang.Object
  extended by com.alveole.studio.web.refactoring.RefactorTools

public class RefactorTools
extends java.lang.Object

This class is a tools-set for refactoring.

Author:
sylvain

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

RefactorTools

public RefactorTools()
Method Detail

findFiles

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
Find all ASWP files from a given container.

Throws:
org.eclipse.core.runtime.CoreException

openProject

public static Project openProject(org.eclipse.core.resources.IFile file)
Opens a project to perform changes.


findOpenedProject

public static Project findOpenedProject(org.eclipse.core.resources.IFile targetFile)
Find target project.