org.fusesource.process.manager
Class Installation

java.lang.Object
  extended by org.fusesource.process.manager.Installation

public class Installation
extends java.lang.Object

Represents a locally installed managed process.


Constructor Summary
Installation(int id, java.io.File installDir, ProcessController controller, ProcessConfig config)
           
 
Method Summary
 ProcessController getController()
           
 java.util.Map<java.lang.String,java.lang.String> getEnvironment()
           
 int getId()
           
 java.io.File getInstallDir()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Installation

public Installation(int id,
                    java.io.File installDir,
                    ProcessController controller,
                    ProcessConfig config)
Method Detail

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.