extensions.gem
Class parseXMLHost

extensions.gem.parseXMLHost

public class parseXMLHost


Field Summary
 java.lang.String ansysProduct
           
 java.lang.String classpath
           
 java.util.Hashtable environhash
           
 java.lang.String hostname
           
 java.lang.String ldlibrary
           
 java.lang.String lmLicense
           
 java.util.Hashtable paramHash
           
 
Constructor Summary
parseXMLHost()
           
 
Method Summary
 void construct()
           
 java.lang.String getAnsysProduct()
           
 java.lang.String getClasspath()
           
 java.util.Hashtable getEnvironHash()
           
 java.lang.String getHost()
           
 java.lang.String getLDLibrary()
           
 java.lang.String getLMLicense()
          The following methods are obsolete.
 java.util.Hashtable getParamHash()
          Returns the hashtable of params and their values.
 java.lang.String getTagValue(java.lang.String paramName)
          Returns the value for the specified parameter.
 void instantiate()
           
 

Field Detail

hostname

public java.lang.String hostname

classpath

public java.lang.String classpath

ldlibrary

public java.lang.String ldlibrary

ansysProduct

public java.lang.String ansysProduct

lmLicense

public java.lang.String lmLicense

environhash

public java.util.Hashtable environhash

paramHash

public java.util.Hashtable paramHash
Constructor Detail

parseXMLHost

public parseXMLHost()
Method Detail

construct

public void construct()

instantiate

public void instantiate()

getParamHash

public java.util.Hashtable getParamHash()
Returns the hashtable of params and their values.

getTagValue

public java.lang.String getTagValue(java.lang.String paramName)
Returns the value for the specified parameter.

getEnvironHash

public java.util.Hashtable getEnvironHash()

getHost

public java.lang.String getHost()

getLMLicense

public java.lang.String getLMLicense()
The following methods are obsolete.

getAnsysProduct

public java.lang.String getAnsysProduct()

getLDLibrary

public java.lang.String getLDLibrary()

getClasspath

public java.lang.String getClasspath()