Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JDT
Release 3.5

com.sun.mirror.apt
Interface RoundState


public interface RoundState

Represents the status of a completed round of annotation processing.

Since:
1.5

Method Summary
 boolean classFilesCreated ()
          Returns true if new class files were created in this round of processing; returns false otherwise.
 boolean errorRaised ()
          Returns true if an error was raised in this round of processing; returns false otherwise.
 boolean finalRound ()
          Returns true if this was the last round of annotation processing; returns false if there will be a subsequent round.
 boolean sourceFilesCreated ()
          Returns true if new source files were created in this round of processing; returns false otherwise.
 

Method Detail

finalRound

boolean finalRound()
Returns true if this was the last round of annotation processing; returns false if there will be a subsequent round.


errorRaised

boolean errorRaised()
Returns true if an error was raised in this round of processing; returns false otherwise.


sourceFilesCreated

boolean sourceFilesCreated()
Returns true if new source files were created in this round of processing; returns false otherwise.


classFilesCreated

boolean classFilesCreated()
Returns true if new class files were created in this round of processing; returns false otherwise.


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire