public class Installation extends Object implements Serializable
| Constructor and Description |
|---|
Installation(io.hawt.aether.OpenMavenURL url,
String id,
File installDir,
ProcessController controller,
ProcessConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getActivePid()
Returns the PID for the process; checking first if its still active.
|
ProcessController |
getController() |
Map<String,String> |
getEnvironment() |
String |
getId() |
File |
getInstallDir() |
String |
getName() |
io.hawt.aether.OpenMavenURL |
getUrl() |
String |
toString() |
public Installation(io.hawt.aether.OpenMavenURL url,
String id,
File installDir,
ProcessController controller,
ProcessConfig config)
public ProcessController getController()
public io.hawt.aether.OpenMavenURL getUrl()
public String getId()
public File getInstallDir()
public String getName()
public Long getActivePid() throws IOException
IOExceptionCopyright © 2014 Red Hat. All Rights Reserved.