Type Params | Return Type | Name and description |
---|---|---|
|
void |
addUnit(java.lang.String fileName) Adds a new unit to the project. |
|
boolean |
hasUnit(java.lang.String fileName) Returns True if the project contains a unit. |
|
void |
removeUnit(java.lang.String fileName) Removes a unit from the project. |
Adds a new unit to the project. If the script project item does not exist, it is created.
Returns True if the project contains a unit.
Removes a unit from the project.