public class FileInfoEvent extends CVSEvent
Constructor and Description |
---|
FileInfoEvent(java.lang.Object source,
FileInfoContainer infoContainer)
Construct a FileInfoEvent
|
Modifier and Type | Method and Description |
---|---|
FileInfoContainer |
getInfoContainer()
Get the information in this event
|
public FileInfoEvent(java.lang.Object source, FileInfoContainer infoContainer)
source
- the source of the eventmessage
- the message textisError
- true if the message is an error message (i.e. intended
for stderr rather than stdout), false otherwisepublic FileInfoContainer getInfoContainer()