Class FormattingBslFilesService


  • public class FormattingBslFilesService
    extends Object
    This class provides ability to format String or the whole directory recursively without any model built
    • Constructor Detail

      • FormattingBslFilesService

        public FormattingBslFilesService()
    • Method Detail

      • formatAllBslFiles

        public org.eclipse.core.runtime.IStatus formatAllBslFiles​(org.eclipse.core.resources.IProject project,
                                                                  org.eclipse.core.runtime.IProgressMonitor monitor)
        Formats all .bsl files that are in the given project.
        Parameters:
        project - The project to format, cannot be null
        monitor - The progress monitor of this job, can be null
        Returns:
        The resulting status of the job