com.phoenix_int.aserver
Interface IPHXSetupFromFile
public interface IPHXSetupFromFile
This interface is used by association-based analysis objects. These
types of analyses are automatically loaded when their associated
file type is encountered. Associations are registered in the
associations.dat file. When an association file is encountered,
the Analsis Server will use the method in this class to load
the file into the analysis object. This interface is often used
in conjunction with the IPHXSelfManager interface
- See Also:
IPHXComponent,
IPHXDriver,
IPHXAnalysis,
IPHXSelfManager
|
Method Summary |
void |
loadSetup(java.lang.String fileName)
sets up the object from a file |
loadSetup
void loadSetup(java.lang.String fileName)
throws java.lang.Exception
- sets up the object from a file
- Parameters:
fileName - the file to load information from
- Throws:
java.lang.Exception - an exception that may occur