Package com.phoenix_int.aserver.util.scriptwrapper
Last update: 22.06.2026Provides utilities which are designed to make writing ScriptWrappers with FileWrapper-like capabilities.
Interface Summary
| Interface | Description |
|---|---|
InputFile |
Interface for input files (not file variables) used in script-wrappers |
IPHXRange |
|
IPHXRangeChangeListener |
|
OutputFile |
Deprecated in favor of OutputFile2 |
OutputFile2 |
Interface for output files (not file variables) used in script-wrappers |
ParseableFile |
Interface for files (not file variables) used in script wrappers |
Class Summary
| Class | Description |
|---|---|
AbstractFile |
Common implementation for files (not file variables) used in script wrappers. |
CAEOutputFile |
This represents a binary output file from a CAE program such as NASTRAN or LSDyna. |
PHXBookmark |
|
PHXCAERange |
|
PHXRowFieldFile |
Class implements the parsing capabilities of the RowField type files from the fileWrapper facility. |
PHXRowFieldRange |
|
PHXRunShareContext |
This class handles runshare capabilities for any component which needs it. |
PHXScriptWrapperObject |
This object is passed to Script Wrapper scripts and provides the "wrapper" global object which provides runtime services for the wrapper. |
PHXSection |
|
XPathFile |
Represents an XML file (not a file variable) used in a script wrapper, with access to the XML node values via XPath statements |
Enum Summary
| Enum | Description |
|---|---|
ParseableFile.Mode |
File mode |
| Moved to type-safe enum from legacy integer constants |
Exception Summary
| Exception | Description |
|---|---|
PHXBookmarkNotFoundException |
|
PHXScriptWrapperAPIException |
Represents a problem with transferring data in a PHXRowFieldFile object. |
PHXSectionNotFoundException |
|
PHXVersionException |
Package com.phoenix_int.aserver.util.scriptwrapper.api Description
Provides utilities which are designed to make writing ScriptWrappers with FileWrapper-like capabilities. These classes may also be used from Java Components.