|
org.apache.tools.ant.module/3 3.47.1 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AntProjectCookie.ParseStatus
Extended cookie permitting queries of parse status. If only the basic cookie is available, you cannot determine if a project is already parsed or not, and methods which require it to be parsed for them to return may block until a parse is complete.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.tools.ant.module.api.AntProjectCookie |
---|
AntProjectCookie.ParseStatus |
Method Summary | |
---|---|
boolean |
isParsed()
Check whether the project is currently parsed. |
Methods inherited from interface org.apache.tools.ant.module.api.AntProjectCookie |
---|
addChangeListener, getDocument, getFile, getFileObject, getParseException, getProjectElement, removeChangeListener |
Method Detail |
---|
boolean isParsed()
If not parsed, then if and when it does later become parsed, a change event should be fired. A project might become unparsed after being parsed, due to e.g. garbage collection; this need not fire any event.
If the project is currently parsed, the methods
AntProjectCookie.getDocument()
,
AntProjectCookie.getProjectElement()
, and
AntProjectCookie.getParseException()
should
not block.
|
org.apache.tools.ant.module/3 3.47.1 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |