public interface FlatFileSetStorage extends RepositoryStorage
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(int index,
java.lang.String nickname)
Inserts the specified FlatFileStorage nickname to the end of this list.
|
void |
addFlatFile(java.lang.String nickname)
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.util.Vector |
getFlatFileNames() |
java.lang.String |
getSortProtocol() |
int |
indexOfFlatFile(java.lang.String nickname) |
void |
removeAllFlatFiles(java.util.Collection nicknames) |
void |
removeFlatFile(int index) |
void |
removeFlatFile(java.lang.String nickname) |
void |
setSortProtocol(java.lang.String classname) |
addRepositoryListener, getComment, getCreatedBy, getCreatedOn, getDefaultGraphicalEditorClass, getEnabled, getNickname, removeRepositoryListener, setComment, setCreatedBy, setCreatedOn, setEnabled, setNickname
afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStorage, transferStorageCommands
getDOMStorageClass
void setSortProtocol(java.lang.String classname)
java.lang.String getSortProtocol()
java.util.Vector getFlatFileNames()
void addFlatFile(int index, java.lang.String nickname)
void addFlatFile(java.lang.String nickname)
void addAllFlatFiles(int index, java.util.Collection s)
void addAllFlatFiles(java.util.Collection s)
void clearFlatFiles()
boolean containsFlatFile(java.lang.String nickname)
boolean containsAllFlatFiles(java.util.Collection nicknames)
void removeFlatFile(int index)
void removeFlatFile(java.lang.String nickname)
void removeAllFlatFiles(java.util.Collection nicknames)
int indexOfFlatFile(java.lang.String nickname)
int fileSetSize()
Copyright © 2011, 2013. Daniel P. Dougherty