public interface ExecutableResolver
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy transient resources for the executable file.
|
java.lang.String |
getExecutable()
Get the executable file.
|
void |
setPlatformDetector(PlatformDetector aPlatform)
Set platform information.
|
void setPlatformDetector(PlatformDetector aPlatform)
aPlatform - the platform information.void destroy()
java.lang.String getExecutable()
throws java.io.IOException
java.io.IOException - if the file cannot be located/provided.Copyright © 2014. All Rights Reserved.