org.eclipse.m2m.atl.adt.runner
Class CreateRunnableAtlOperation

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.runner.CreateRunnableAtlOperation
All Implemented Interfaces:
org.eclipse.core.resources.IWorkspaceRunnable

public class CreateRunnableAtlOperation
extends java.lang.Object
implements org.eclipse.core.resources.IWorkspaceRunnable

An Operation which creates / updates a runnable java file.


Constructor Summary
CreateRunnableAtlOperation(org.eclipse.core.resources.IFile propertyFile, org.eclipse.core.resources.IFile javaFile)
          Constructor.
 
Method Summary
 java.lang.String getBasePackage()
           
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRunnableAtlOperation

public CreateRunnableAtlOperation(org.eclipse.core.resources.IFile propertyFile,
                                  org.eclipse.core.resources.IFile javaFile)
Constructor.

Parameters:
propertyFile - the ATL properties file
javaFile - the java runnable file
Method Detail

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
         throws org.eclipse.core.runtime.CoreException

Specified by:
run in interface org.eclipse.core.resources.IWorkspaceRunnable
Throws:
org.eclipse.core.runtime.CoreException
See Also:
IWorkspaceRunnable.run(org.eclipse.core.runtime.IProgressMonitor)

getBasePackage

public java.lang.String getBasePackage()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.