C G I M N R S U V 

C

close() - Method in class it.zielke.moji.SocketClient
Close connection to the MOSS server gracefully.
connect() - Method in class it.zielke.moji.SocketClient
Connect to the MOSS server and set the input and output streams for communication.

G

getCurrentStage() - Method in class it.zielke.moji.SocketClient
 
getIncSetID() - Method in class it.zielke.moji.SocketClient
Deprecated.
getLanguage() - Method in class it.zielke.moji.SocketClient
 
getOptC() - Method in class it.zielke.moji.SocketClient
 
getOptD() - Method in class it.zielke.moji.SocketClient
 
getOptM() - Method in class it.zielke.moji.SocketClient
 
getOptN() - Method in class it.zielke.moji.SocketClient
 
getOptX() - Method in class it.zielke.moji.SocketClient
 
getOrigin() - Method in exception it.zielke.moji.MossException
 
getPort() - Method in class it.zielke.moji.SocketClient
 
getResultURL() - Method in class it.zielke.moji.SocketClient
 
getServer() - Method in class it.zielke.moji.SocketClient
 
getSetID() - Method in class it.zielke.moji.SocketClient
 
getSocket() - Method in class it.zielke.moji.SocketClient
 
getSupportedLanguages() - Method in class it.zielke.moji.SocketClient
 
getUserID() - Method in class it.zielke.moji.SocketClient
 

I

it.zielke.moji - package it.zielke.moji
 

M

MossException - Exception in it.zielke.moji
 
MossException(String) - Constructor for exception it.zielke.moji.MossException
 
MossException(String, Exception) - Constructor for exception it.zielke.moji.MossException
 

N

normalizeFilename(String) - Method in class it.zielke.moji.SocketClient
 

R

readFromServer() - Method in class it.zielke.moji.SocketClient
Read a single line of the server's response.
run() - Method in class it.zielke.moji.SocketClient
Shortcut method to connect to the MOSS server, send all initialization parameters and set the programming language of all source files.

S

sendInitialization() - Method in class it.zielke.moji.SocketClient
Sends initialization commands to the server.
sendLanguage() - Method in class it.zielke.moji.SocketClient
Sends a command to the server to define the programming language of all source files.
sendLanguage(String) - Method in class it.zielke.moji.SocketClient
Sends a command to the server to define the programming language of all source files.
sendQuery() - Method in class it.zielke.moji.SocketClient
Sends a command to tell the server that all files have been uploaded and the search for plagiarism can start.
setLanguage(String) - Method in class it.zielke.moji.SocketClient
Set the programming language of all source files.
setOptC(String) - Method in class it.zielke.moji.SocketClient
Sets a comment string which is attached to the MOSS report.
setOptM(long) - Method in class it.zielke.moji.SocketClient
Set the maximum amount of times a source code passage may appear before it is ignored and treated as base code.
setOptN(long) - Method in class it.zielke.moji.SocketClient
Sets how many matches should be displayed in the MOSS results.
setOptX(int) - Method in class it.zielke.moji.SocketClient
Setting this value to 1 enables the experimental MOSS server.
setOrigin(Exception) - Method in exception it.zielke.moji.MossException
 
setPort(int) - Method in class it.zielke.moji.SocketClient
 
setServer(String) - Method in class it.zielke.moji.SocketClient
 
setSocket(Socket) - Method in class it.zielke.moji.SocketClient
 
setUserID(String) - Method in class it.zielke.moji.SocketClient
Set the MOSS user id for authentication with the MOSS server.
SocketClient - Class in it.zielke.moji
Client for communicating with the MOSS server socket.
SocketClient() - Constructor for class it.zielke.moji.SocketClient
Construct socket client with default host, port and programming language of the source files to be uploaded.
SocketClient(String, int) - Constructor for class it.zielke.moji.SocketClient
Construct socket client by setting a server and port.
SocketClient(String, int, String) - Constructor for class it.zielke.moji.SocketClient
Construct socket client by setting a server name and port as well as the programming language of the source files.
Stage - Enum in it.zielke.moji
Internal stage of the client.

U

uploadBaseFile(File) - Method in class it.zielke.moji.SocketClient
Uploads a single base file to the MOSS server.
uploadFile(File) - Method in class it.zielke.moji.SocketClient
Uploads a single file to the MOSS server.
uploadFile(File, boolean) - Method in class it.zielke.moji.SocketClient
Uploads a single file to the MOSS server.

V

valueOf(String) - Static method in enum it.zielke.moji.Stage
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.zielke.moji.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
C G I M N R S U V 

Copyright © 2012-2016. All Rights Reserved.