Class URISupportingDirectoryCleaner

  • All Implemented Interfaces:
    org.eclipse.emf.mwe.core.WorkflowComponent, org.eclipse.emf.mwe.core.WorkflowComponentWithID, org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent

    public class URISupportingDirectoryCleaner
    extends org.eclipse.emf.mwe.utils.DirectoryCleaner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<URI> uris  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDirectory​(java.lang.String string)  
      protected java.lang.String convertUri​(URI uri)  
      protected void invokeInternal​(org.eclipse.emf.mwe.core.WorkflowContext model, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, org.eclipse.emf.mwe.core.issues.Issues issues)  
      • Methods inherited from class org.eclipse.emf.mwe.utils.DirectoryCleaner

        addExclude, checkConfigurationInternal, cleanFolder, cleanFolder, getComponentName, getLogMessage, isExcluded, isUseDefaultExcludes, setDirectory, setUseDefaultExcludes
      • Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent2

        checkConfiguration
      • Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent

        checkRequiredConfigProperty, getBridge, getContainer, getId, getLocation, invoke, invoke, postInvoke, preInvoke, setContainer, setId, setLocation, setSkipOnErrors
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uris

        protected java.util.List<URI> uris
    • Constructor Detail

      • URISupportingDirectoryCleaner

        public URISupportingDirectoryCleaner()
    • Method Detail

      • addDirectory

        public void addDirectory​(java.lang.String string)
      • invokeInternal

        protected void invokeInternal​(org.eclipse.emf.mwe.core.WorkflowContext model,
                                      org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor,
                                      org.eclipse.emf.mwe.core.issues.Issues issues)
        Overrides:
        invokeInternal in class org.eclipse.emf.mwe.utils.DirectoryCleaner
      • convertUri

        protected java.lang.String convertUri​(URI uri)