com.unitesk.atp.messages
Class CircularDependenceMessage
java.lang.Object
com.unitesk.atp.messages.FileMessage
com.unitesk.atp.messages.FilePositionMessage
com.unitesk.atp.messages.CircularDependenceMessage
- All Implemented Interfaces:
- Message
public class CircularDependenceMessage
- extends FilePositionMessage
Message notifying that there is circular dependence.
- Version:
- $Id: CircularDependenceMessage.java,v 1.2 2004/10/11 15:00:41 all-x Exp $
- Author:
- Alexey Demakov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CircularDependenceMessage
public CircularDependenceMessage(File file,
Position position,
String type,
String name)
- Constructs message.
- Parameters:
file
- message regards to this fileposition
- message regards to this position in filetype
- entity typename
- name from loop
getType
public String getType()
- Returns entity type.
getName
public String getName()
- Returns name from loop.
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.