| org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem
WritableXMLFileSystem | final class WritableXMLFileSystem extends AbstractFileSystem implements AbstractFileSystem.Attr,AbstractFileSystem.Change,AbstractFileSystem.Info,AbstractFileSystem.List,FileChangeListener,PropertyChangeListener(Code) | | A filesystem which is based on a TAX document and implements
the same syntax as XMLFileSystem, from which inspiration is taken.
Not implemented similarly to XMLFileSystem because this is writable
and designed specifically to write human-readable XML and work nicely
as an authoring tool. The filesystem expects to get an XML document
according to DTD "-//NetBeans//DTD Filesystem 1.0//EN" (or 1.1 is OK).
When it is changed via FileSystems API, it will fire TAX
events. Not intended to be efficient or terribly robust, since it
is development-time only.
author: Jesse Glick |
WritableXMLFileSystem | public WritableXMLFileSystem(URL location, TreeEditorCookie cookie, ClassPath classpath)(Code) | | |
deleteAttributes | public void deleteAttributes(String name)(Code) | | |
fileAttributeChanged | public void fileAttributeChanged(FileAttributeEvent fe)(Code) | | |
fileChanged | public void fileChanged(FileEvent fe)(Code) | | |
fileDataCreated | public void fileDataCreated(FileEvent fe)(Code) | | |
fileDeleted | public void fileDeleted(FileEvent fe)(Code) | | |
fileFolderCreated | public void fileFolderCreated(FileEvent fe)(Code) | | |
fileRenamed | public void fileRenamed(FileRenameEvent fe)(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
markUnimportant | public void markUnimportant(String name)(Code) | | |
|
|