public interface AslCompiler
Modifier and Type | Method and Description |
---|---|
com.spss.ae.client.remote.RemoteClient |
getASConnection()
Returns the current connection to AS.
|
java.util.Properties |
getASConnectionProperties()
Returns the properties required to connect to AS.
|
com.spss.ae.aslhelpers.AslProgram |
getASLProgram()
Returns the ASL program that contains all of the ASL generated for the nodes.
|
java.lang.String |
getTemporaryProjectDir()
Returns the base directory for the temporary project.
|
java.lang.String |
getTemporaryProjectID()
Returns the id of the temporary project.
|
java.lang.String |
getTemporaryProjectTmpDir()
Returns the tmp directory in the temporary project.
|
boolean |
hasASLProgram()
Checks if an ASL program has been created.
|
java.lang.String |
newTemporaryProjectTmpDir()
Creates a new unique directory below the temporary directory for the temporary project.
|
java.util.Properties getASConnectionProperties()
com.spss.ae.client.remote.RemoteClient getASConnection()
boolean hasASLProgram()
com.spss.ae.aslhelpers.AslProgram getASLProgram() throws java.lang.Exception
java.lang.Exception
java.lang.String getTemporaryProjectID()
java.lang.String getTemporaryProjectDir()
java.lang.String getTemporaryProjectTmpDir()
java.lang.String newTemporaryProjectTmpDir()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.