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.
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.