public class FlatFileSetDOM extends RepositoryStorageDOM implements FlatFileSetStorage
document, dostylesheets, storageRoot, templateDOMnickname, reposListeners, transferAgent| Constructor and Description |
|---|
FlatFileSetDOM() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllFlatFiles(java.util.Collection s)
Appends all of the FlatFileStorage nicknames in the specified
collection to the end of this list, in the order that they are
returned by the specified collection's iterator (optional operation).
|
void |
addAllFlatFiles(int index,
java.util.Collection s)
Inserts the specified FlatFileStorage nickname to the end of this list.
|
void |
addFlatFile(FlatFileDOM dom) |
void |
addFlatFile(int index,
FlatFileDOM dom) |
void |
addFlatFile(int k,
java.lang.String storagenickname)
Inserts the specified FlatFileStorage nickname to the end of this list.
|
void |
addFlatFile(java.lang.String storagenickname)
Appends the specified FlatFileStorage nickname to the end of this list.
|
void |
clearFlatFiles() |
boolean |
containsAllFlatFiles(java.util.Collection nicknames) |
boolean |
containsFlatFile(java.lang.String nickname) |
int |
fileSetSize() |
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.util.Vector |
getFlatFileNames() |
java.lang.String |
getRootElementName() |
java.lang.String |
getSortProtocol() |
java.lang.Class |
getStorageTransferAgentClass()
This method should be overridden by subclasses wanting to extend the transfer method.
|
int |
indexOfFlatFile(java.lang.String nickname) |
void |
removeAllFlatFiles(java.util.Collection s) |
void |
removeFlatFile(int k) |
void |
removeFlatFile(java.lang.String nickname) |
void |
setSortProtocol(java.lang.String proto) |
protected void |
specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element ro) |
createElementByName, getAttributeByElementName, getComment, getCommentElementName, getCreatedBy, getCreatedByAttributeName, getCreatedOn, getCreatedOnAttributeName, getDocument, getDOMStorageClass, getEnabled, getEnabledAttributeName, getNickname, getNicknameAttributeName, getStorage, getStorageRoot, getStylesheetRef, getTemplateDOM, getTextNodeByElementName, isValidXML, readXML, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname, setProcessingInstructions, setTextNodeByElementName, show, show, useStyleSheetInfo, usingStyleSheetInfo, writeTemplateXML, writeXMLaddRepositoryListener, afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, getStorageCalculationsAgentClass, removeRepositoryListener, transferStorage, transferStorageCommandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRepositoryListener, getComment, getCreatedBy, getCreatedOn, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNicknameafterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommandsgetDOMStorageClasspublic java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragegetDefaultGraphicalEditorClass in class RepositoryStorageDOMpublic java.lang.Class getStorageTransferAgentClass()
AbstractRepositoryStoragegetStorageTransferAgentClass in class AbstractRepositoryStorageprotected void specifyStorage(org.w3c.dom.Document doc,
org.w3c.dom.Element ro)
specifyStorage in class RepositoryStorageDOMpublic java.lang.String getRootElementName()
getRootElementName in class RepositoryStorageDOMpublic java.lang.String getSortProtocol()
getSortProtocol in interface FlatFileSetStoragepublic void setSortProtocol(java.lang.String proto)
setSortProtocol in interface FlatFileSetStoragepublic java.util.Vector getFlatFileNames()
getFlatFileNames in interface FlatFileSetStoragepublic void clearFlatFiles()
clearFlatFiles in interface FlatFileSetStoragepublic boolean containsFlatFile(java.lang.String nickname)
containsFlatFile in interface FlatFileSetStoragepublic int fileSetSize()
fileSetSize in interface FlatFileSetStoragepublic boolean containsAllFlatFiles(java.util.Collection nicknames)
containsAllFlatFiles in interface FlatFileSetStoragepublic void removeFlatFile(java.lang.String nickname)
removeFlatFile in interface FlatFileSetStoragepublic void removeAllFlatFiles(java.util.Collection s)
removeAllFlatFiles in interface FlatFileSetStoragepublic int indexOfFlatFile(java.lang.String nickname)
indexOfFlatFile in interface FlatFileSetStoragepublic void addFlatFile(int index,
FlatFileDOM dom)
public void addFlatFile(FlatFileDOM dom)
public void addFlatFile(java.lang.String storagenickname)
addFlatFile in interface FlatFileSetStoragepublic void addFlatFile(int k,
java.lang.String storagenickname)
FlatFileSetStorageaddFlatFile in interface FlatFileSetStoragepublic void addAllFlatFiles(int index,
java.util.Collection s)
FlatFileSetStorageaddAllFlatFiles in interface FlatFileSetStoragepublic void addAllFlatFiles(java.util.Collection s)
FlatFileSetStorageaddAllFlatFiles in interface FlatFileSetStoragepublic void removeFlatFile(int k)
removeFlatFile in interface FlatFileSetStorageCopyright © 2011, 2013. Daniel P. Dougherty