Package hec.heclib.dss
Interface IDSSUtilities
public interface IDSSUtilities
Description of the Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Description of the Methodint
Description of the Methodint
Description of the Methodint
Description of the MethodDescription of the Methodint
copyRecordsFrom
(String toDSSFilename, Vector pathnameList) Description of the Methodint
copyRecordsInto
(String fromDSSFilename, Vector pathnameList) Description of the Methodint
Description of the Methodint
Description of the Methodint
duplicateRecords
(Vector pathnameList, Vector newPathnameList) Description of the MethodGets the lastDeletePathnames attribute of the IDSSUtilities objectGets the pasteListPathnames attribute of the IDSSUtilities objectint
Description of the Methodint
renameRecords
(Vector pathnameList, Vector newPathnameList) Description of the Methodint
squeeze()
Description of the Methodint
Description of the Method
-
Method Details
-
cancelProcess
void cancelProcess()Description of the Method -
cancelSqueeze
int cancelSqueeze()Description of the Method -
copy
Description of the Method- Parameters:
pathnames
- Description of the Parameter- Returns:
- Description of the Return Value
-
copyFile
Description of the Method- Parameters:
secondDSSFilename
- Description of the Parameter- Returns:
- Description of the Return Value
-
copyPasteList
Vector copyPasteList()Description of the Method- Returns:
- Description of the Return Value
-
getPasteListPathnames
Vector getPasteListPathnames()Gets the pasteListPathnames attribute of the IDSSUtilities object- Returns:
- The pasteListPathnames value
-
copyRecordsFrom
Description of the Method- Parameters:
toDSSFilename
- Description of the ParameterpathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
copyRecordsInto
Description of the Method- Parameters:
fromDSSFilename
- Description of the ParameterpathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
cut
Description of the Method- Parameters:
pathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
delete
Description of the Method- Parameters:
pathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
duplicateRecords
Description of the Method- Parameters:
pathnameList
- Description of the ParameternewPathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
paste
Description of the Method- Parameters:
pasteList
- Description of the Parameter- Returns:
- Description of the Return Value
-
renameRecords
Description of the Method- Parameters:
pathnameList
- Description of the ParameternewPathnameList
- Description of the Parameter- Returns:
- Description of the Return Value
-
squeeze
int squeeze()Description of the Method- Returns:
- Description of the Return Value
-
undoLastDelete
int undoLastDelete()Description of the Method- Returns:
- Description of the Return Value
-
getLastDeletePathnames
Vector getLastDeletePathnames()Gets the lastDeletePathnames attribute of the IDSSUtilities object- Returns:
- The lastDeletePathnames value
-