public interface AntProjectCookie extends Node.Cookie
Modifier and Type | Interface and Description |
---|---|
static interface |
AntProjectCookie.ParseStatus
Extended cookie permitting queries of parse status.
|
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l)
Add a listener to changes in the document.
|
Document |
getDocument()
Get the DOM document for the build script.
|
File |
getFile()
Get the disk file for the build script.
|
FileObject |
getFileObject()
Get the file object for the build script.
|
Throwable |
getParseException()
Get the last parse-related exception, if there was one.
|
Element |
getProjectElement()
Get the DOM root element (
<project> ) for the build script. |
void |
removeChangeListener(ChangeListener l)
Remove a listener to changes in the document.
|
File getFile()
FileObject getFileObject()
Document getDocument()
Element getProjectElement()
<project>
) for the build script.Throwable getParseException()
void addChangeListener(ChangeListener l)
l
- the listener to addvoid removeChangeListener(ChangeListener l)
l
- the listener to remove