Modifier and Type | Field and Description |
---|---|
protected EventManager |
eventManager
The event manager to use
|
protected java.lang.String |
fileDirectory
The directory in which the file being processed lives.
|
protected BasicCommand |
logCommand |
protected LogInformation |
logInfo
The log object that is currently being built
|
protected LogInformation.Revision |
revision |
Constructor and Description |
---|
LogBuilder(EventManager eventMan,
BasicCommand command) |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
createFile(java.lang.String fileName) |
void |
outputDone() |
void |
parseEnhancedMessage(java.lang.String key,
java.lang.Object value) |
void |
parseLine(java.lang.String line,
boolean isErrorMessage) |
protected EventManager eventManager
protected BasicCommand logCommand
protected LogInformation logInfo
protected LogInformation.Revision revision
protected java.lang.String fileDirectory
public LogBuilder(EventManager eventMan, BasicCommand command)
public void outputDone()
outputDone
in interface Builder
public void parseLine(java.lang.String line, boolean isErrorMessage)
protected java.io.File createFile(java.lang.String fileName)
fileName
- relative URL-path to command execution directorypublic void parseEnhancedMessage(java.lang.String key, java.lang.Object value)
parseEnhancedMessage
in interface Builder
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.