Class CreateRunnableAtlOperation

  • All Implemented Interfaces:
    org.eclipse.core.resources.IWorkspaceRunnable, org.eclipse.core.runtime.ICoreRunnable

    public class CreateRunnableAtlOperation
    extends java.lang.Object
    implements org.eclipse.core.resources.IWorkspaceRunnable
    An Operation which creates / updates a runnable java file.
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateRunnableAtlOperation​(org.eclipse.core.resources.IFile propertyFile, org.eclipse.core.resources.IFile javaFile)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.runtime.ICoreRunnable
        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()