A B M P R S T W

A

actionCreateDir() - Method in class SlideTest
Creates a new directory in the working directory for the WebdavResource
actionCreateFile() - Method in class SlideTest
Creates a file with the specified file name from the first input and with the content specified in the second input
actionImport() - Method in class SlideTest
Imports a file from the local file system.
actionList() - Method in class SlideTest
Lists all the directories and all the files for this WebdavResource
actionQuit() - Method in class SlideTest
Quits the command line interface
actions(String) - Method in class SlideTest
Calls the right method depending on the user input.
actionSave() - Method in class SlideTest
Saves a file to the local file system Demands the user for the path to the file that should be saved and saves this file at a local location demanded by the user.
actionToDirectory() - Method in class SlideTest
Sets the WebdavResource pointer to the new directory given by the user input If a wrong directory is specified the system will exit, this should be changed to just give an error message

B

br - Variable in class SlideTest
 

M

main(String[]) - Static method in class SlideTest
Main method only creating an instance of the class

P

password - Variable in class SlideTest
 

R

receiveInput() - Method in class SlideTest
This method waits for the input from the command line and then calls the actions()-method
run - Variable in class SlideTest
 
run() - Method in class SlideTest
Basically a method that calls the receiveInput()-method as long as the user hasn't issued the 'quit' command

S

SlideTest - Class in <Unnamed>
This class tests the Slide WebDAV client library found at jakarta.apache.org/slide It connects to a hard-coded location at the DFS filesystem at CERN, and performs disk operations like creating file, showing directories and files, saving files to the local filesystem ++
SlideTest(String) - Constructor for class SlideTest
This constructor creates a new thread to handle keyboard input.

T

t - Variable in class SlideTest
 

W

wdr - Variable in class SlideTest
 

A B M P R S T W