ozone core API

org.ozoneDB.tools.OPP.message.command
Class LocationWarningCommand

java.lang.Object
  extended byorg.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
      extended byorg.ozoneDB.tools.OPP.message.command.LocationWarningCommand
All Implemented Interfaces:
MessageCommand

public class LocationWarningCommand
extends AbstractMessageCommand

Author:
Joakim Ohlrogge

Field Summary
private  java.lang.String file
           
private  java.lang.String message
           
private  int row
           
 
Fields inherited from class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
 
Constructor Summary
LocationWarningCommand(MessageWriter writer, java.lang.String message, java.lang.String file, int row)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.ozoneDB.tools.OPP.message.command.AbstractMessageCommand
getWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

private java.lang.String message

file

private java.lang.String file

row

private int row
Constructor Detail

LocationWarningCommand

public LocationWarningCommand(MessageWriter writer,
                              java.lang.String message,
                              java.lang.String file,
                              int row)
Method Detail

execute

public void execute()

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.