org.acm.seguin.ide.jbuilder.refactor
Class FileCloser

java.lang.Object
  extended by org.acm.seguin.ide.jbuilder.refactor.FileCloser

public class FileCloser
extends java.lang.Object

Makes sure that the node is no longer open before a refactoring is performed which will remove or move the node.

Author:
Chris Seguin

Constructor Summary
FileCloser()
           
 
Method Summary
static void close(java.io.File file)
          Closes a file in JBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCloser

public FileCloser()
Method Detail

close

public static void close(java.io.File file)
Closes a file in JBuilder

Parameters:
file - Description of Parameter