|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScriptFileManager
Interface for manager of script files. Ihis allows the plugin to cleanup any temporary script files that were created for comparison purposes.
| Method Summary | |
|---|---|
void |
cleanupScriptFiles()
Remove the previously created filenames if they exist. |
String |
getOutputFilenameForSession(ISession session,
int number)
Creates a filename (for a temporary file) based on the specified session information. |
| Method Detail |
|---|
String getOutputFilenameForSession(ISession session,
int number)
throws IOException
session - the session in which objects have been selected to have their definitions comparednumber - which of the two sessions (generally, 1 or 2) is one being passed.
IOExceptionvoid cleanupScriptFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||