Package com.phoenix_int.aserver.util.scriptwrapper.api

Interface Summary
InputFile Interface for input files (not file variables) used in script-wrappers
IPHXRange  
IPHXRangeChangeListener  
OutputFile Interface for output files (not file variables) used in script-wrappers
ParseableFile Interface for files (not file variables) used in script wrappers
 

Class Summary
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
ParseableFile.Mode File mode Moved to type-safe enum from legacy integer constants
 

Exception Summary
PHXBookmarkNotFoundException  
PHXScriptWrapperAPIException Represents a problem with transferring data in a PHXRowFieldFile object.
PHXSectionNotFoundException  
PHXVersionException