org.fusesource.process.manager
Class Installation
java.lang.Object
org.fusesource.process.manager.Installation
public class Installation
- extends java.lang.Object
Represents a locally installed managed process.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Installation
public Installation(int id,
java.io.File installDir,
ProcessController controller,
ProcessConfig config)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getController
public ProcessController getController()
getId
public int getId()
getInstallDir
public java.io.File getInstallDir()
getName
public java.lang.String getName()
getEnvironment
public java.util.Map<java.lang.String,java.lang.String> getEnvironment()
Copyright © 2013 Red Hat. All Rights Reserved.