|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParseableFile
Interface for files (not file variables) used in script wrappers
| Nested Class Summary | |
|---|---|
static class |
ParseableFile.ModeFile mode Moved to type-safe enum from legacy integer constants |
| Method Summary | |
|---|---|
void |
backup()Backup the file on disk. |
void |
close()Close the file and free up resources |
void |
delete()Delete the file from disk. |
void |
readTemplate()Read the template |
void |
setFileToGenerateOrParse(java.lang.String fileName)Set the file to generate or to parse, depending on the mode |
void |
setTempEmbedded(java.lang.String option)This method applies only to ModelCenter and has no function in Analysis Server |
void |
setTemplateFile(java.lang.String templateFileName)Set the template file to read. |
void |
setVariable(java.lang.String name, java.lang.String value)Sets the value of a variable |
| Method Detail |
|---|
void backup()
void close()
void delete()
void readTemplate()
throws java.io.IOException,
com.phoenix_int.aserver.util.PHXInvalidFormatException,
PHXNoSuchTokenException,
java.lang.IllegalAccessException,
java.lang.InstantiationException,
PHXNumberFormatException,
PHXBookmarkNotFoundException,
PHXSectionNotFoundException
java.io.IOExceptioncom.phoenix_int.aserver.util.PHXInvalidFormatExceptionPHXNoSuchTokenExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionPHXNumberFormatExceptionPHXBookmarkNotFoundExceptionPHXSectionNotFoundExceptionvoid setFileToGenerateOrParse(java.lang.String fileName)
fileName -void setTempEmbedded(java.lang.String option)
void setTemplateFile(java.lang.String templateFileName)
templateFileName - file name
void setVariable(java.lang.String name,
java.lang.String value)
throws PHXNoSuchObjectException
name - variable namevalue - variable value as a stringPHXNoSuchObjectException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||