Skip to main content

ModelCenter Remote Execution Java API 2025 R2

Interface: OutputFile

Last update: 16.07.2025

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

Interface Hierarchy

↳ com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile
  ↳ com.phoenix_int.aserver.util.scriptwrapper.api.OutputFile

All Superinterfaces:

ParseableFile

All Known Implementing Classes:

PHXRowFieldFile, XPathFile

@Deprecated in favor of OutputFile2


Declaration

@Deprecated
public interface OutputFile
extends ParseableFile

Interface for output files (not file variables) used in script-wrappers

Nested Class Summary

Nested classes/interfaces inherited from interface com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile

ParseableFile.Mode

Method Summary

Modifier and Type Method and Description
void parse()
@Deprecated. Parse the output file
void setFileToParse(java.lang.String fileName)
@Deprecated. Set the file to be parsed

Methods inherited from interface com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile

backup, close, delete, readTemplate, setFileToGenerateOrParse, setTempEmbedded, setTemplateFile, setVariable

Method Detail

parse

void parse()
    throws java.io.IOException,
           com.phoenix_int.aserver.util.PHXInvalidFormatException,
           PHXNoSuchTokenException,
           java.lang.IllegalAccessException,
           java.lang.InstantiationException,
           PHXNumberFormatException,
           PHXBookmarkNotFoundException,
           PHXSectionNotFoundException

@Deprecated. Parse the output file

Throws:

setFileToParse

void setFileToParse(java.lang.String fileName)

@Deprecated. Set the file to be parsed

Parameters:

  • fileName - file name

Connect with Ansys