Method | Description | |
---|---|---|
changeFileType ( String newFileType ) : void |
Switches the fileType to the supplied one. Reloads the Files of the Working Directory if the switch was successfull.
|
|
createXLinkFromFileString ( string fileName ) : void |
Creates the XLink to the given File with the given name and copies it to the Clipborad.
|
|
displayListOfWorkingDirectoryFiles ( ) : void |
Prints the list of currently loaded Directory Files
|
|
displaySupportedFileTypes ( ) : void |
Displays the set of supported FileTypes
|
|
displayWorkingDirectory ( ) : void |
Displays the current Working Directory
|
|
displaycurrentFileType ( ) : void |
Displays the current File Type
|
|
getFilesFromWorkingDirectory ( ) : List |
Reloads the Files from the WorkingDirectory and Returns them.
|
|
openFile ( string fileName ) : void |
Opens the File with the given name
|
|
reloadListOfWorkingDirectoryFiles ( ) : void |
Reloads List of Directory Files
|
|
searchForFile ( String fileName ) : |
Returns the FileEntry with the given Name or null
|
|
searchForXLinkMatches ( OOClass potentialMatch ) : void |
Searches through the Files for the most potential Match. First searches for matching filesnames. If no files where found or if more than one file was found, search for matching variables.
|
|
setWorkingDirectory ( String newWorkingDirectory ) : bool |
Sets the new WorkingDirectory to browse with the given Directory
|
Method | Description | |
---|---|---|
matchValueOfClass ( |
Returns an int value which indicates, how many many SQLFiels are alike between the two given statements.
|
|
outputLine ( string line ) : void | ||
setFileType ( String newFileType ) : bool |
Switches the fileType to the supplied one. Returns false if the supplied fileType is not supported.
|
public changeFileType ( String newFileType ) : void | ||
newFileType | String | |
return | void |
public createXLinkFromFileString ( string fileName ) : void | ||
fileName | string | |
return | void |
public displayListOfWorkingDirectoryFiles ( ) : void | ||
return | void |
public getFilesFromWorkingDirectory ( ) : List |
||
return | List |
public reloadListOfWorkingDirectoryFiles ( ) : void | ||
return | void |
public searchForFile ( String fileName ) : |
||
fileName | String | |
return |
public searchForXLinkMatches ( OOClass potentialMatch ) : void | ||
potentialMatch | OOClass | |
return | void |
public setWorkingDirectory ( String newWorkingDirectory ) : bool | ||
newWorkingDirectory | String | |
return | bool |