Class ExecutionElement

java.lang.Object
org.praxislive.ide.project.api.ExecutionElement
Direct Known Subclasses:
ExecutionElement.File, ExecutionElement.Line

public abstract class ExecutionElement extends Object
An execution element of a project.
  • Method Details

    • forLine

      public static ExecutionElement.Line forLine(String script)
      Create an execution element wrapping a single line of Pcl script.
      Parameters:
      script - script line
      Returns:
      execution element
    • forFile

      public static ExecutionElement forFile(org.openide.filesystems.FileObject file)
      Create an execution element referencing a file.
      Parameters:
      file - element file
      Returns:
      execution element