Package com.microstrategy.utils
Interface StdOutErrToFileMXBean
-
- All Known Implementing Classes:
StdOutErrToFile
public interface StdOutErrToFileMXBean
Configures System.out and System.err to redirect to a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnabled()
java.lang.String
getFile()
void
printSystemProperties()
void
setEnabled(boolean enable)
void
setFile(java.lang.String path)
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean enable) throws java.io.IOException
- Throws:
java.io.IOException
-
getEnabled
boolean getEnabled()
-
setFile
void setFile(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
getFile
java.lang.String getFile() throws java.io.IOException
- Throws:
java.io.IOException
-
printSystemProperties
void printSystemProperties()
-
-