check_files |
( |
|
$temporal_path, |
|
|
|
$widoco_path, |
|
|
|
$file_path |
|
) |
| |
Check for program and input file existance and proper permissions.
- Returns
- true always
- Exceptions
-
Exception | with proper message if any problem is founded. |
Execute Widoco with the given $document as input. Widoco needs to be invoked from a writable folder in order to create temporal path so that crowd should move to the current folder before invoking Widoco "cd $temporal_path"
const PROGRAM_CMD = "widoco.jar" |
Widoco command executes with all its parameters. Widoco generates the documentation for an OWL 2 ontology.
const PROGRAM_PARAMS_FOLDER = " -outFolder " |
const PROGRAM_PARAMS_METADATA = " -confFile " |
const PROGRAM_PARAMS_ONTO = " -ontFile " |
const PROGRAM_PARAMS_REWRITE = " -rewriteAll " |
The documentation for this class was generated from the following file: