jrunx.ide
Interface Integrator

All Known Implementing Classes:
DefaultIntegrator, JBuilderIntegrator

public interface Integrator

This is the contact point to the actual IDE's. For every IDE to which JRun is linked, this interface is implemented and provided to the IntegratorFactory. The IntegratorFactory creates an instance of the implementation and returns it back to the IDEWizard.


Method Summary
 void addFile(java.io.File f)
           
 void createProject(java.lang.String name)
           
 java.lang.String getCurrentProject()
           
 java.io.File getOutputDirectory()
           
 java.io.File getSourceDirectory()
           
 void refreshProject(java.lang.String name)
           
 

Method Detail

createProject

public void createProject(java.lang.String name)
                   throws IntegratorException

addFile

public void addFile(java.io.File f)
             throws IntegratorException

getCurrentProject

public java.lang.String getCurrentProject()
                                   throws IntegratorException

refreshProject

public void refreshProject(java.lang.String name)
                    throws IntegratorException

getOutputDirectory

public java.io.File getOutputDirectory()
                                throws IntegratorException

getSourceDirectory

public java.io.File getSourceDirectory()
                                throws IntegratorException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.