| Package | Description |
|---|---|
| org.btrplace.btrpsl |
Main package to parse btrpsl scripts and integrate them to
a model.
|
| org.btrplace.btrpsl.includes |
This package contains the different includes implementation to retrieves scripts asked using
a 'import' statement.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptBuilder.build(File f)
Build a script from a file.
|
Script |
ScriptBuilder.build(String description)
Build a script from a String.
|
| Modifier and Type | Method and Description |
|---|---|
List<Script> |
PathBasedIncludes.getScripts(String name)
Get the script associated to a given identifier by browsing the given paths.
|
List<Script> |
Includes.getScripts(String name)
Get a list of script from an identifier.
|
List<Script> |
BasicIncludes.getScripts(String name) |
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.