org.ow2.jasmine.monitoring.mbeancmd.api
Class FileOutput
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.api.JasmineOutput
org.ow2.jasmine.monitoring.mbeancmd.api.FileOutput
public class FileOutput
- extends JasmineOutput
Output to a file. Used by probes that support -f path option.
- Author:
- danesa
FileOutput
public FileOutput()
getPath
public String getPath()
setPath
public void setPath(String path)
equals
public boolean equals(Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals in class JasmineOutput
- Parameters:
obj - The other object to compare
- Returns:
- true if both objects are the same.
toString
public String toString()
- Overrides:
toString in class JasmineOutput
- Returns:
- string representation of the object.
Copyright © 2011 OW2 Consortium. All Rights Reserved.