Package org.praxislive.ide.project.api
Class ExecutionElement
java.lang.Object
org.praxislive.ide.project.api.ExecutionElement
- Direct Known Subclasses:
ExecutionElement.File,ExecutionElement.Line
An execution element of a project.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAn execution element referencing a file.static final classAn execution element wrapping a single line of Pcl script. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionElementforFile(org.openide.filesystems.FileObject file) Create an execution element referencing a file.static ExecutionElement.LineCreate an execution element wrapping a single line of Pcl script.
-
Method Details
-
forLine
Create an execution element wrapping a single line of Pcl script.- Parameters:
script- script line- Returns:
- execution element
-
forFile
Create an execution element referencing a file.- Parameters:
file- element file- Returns:
- execution element
-