|
FTP-Server API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--server.commands.AbstractCommand | +--server.commands.User
Field Summary | |
static int |
usage
|
Fields inherited from class server.commands.AbstractCommand |
command, name, originalOrder, ses |
Constructor Summary | |
User()
|
Method Summary | |
void |
carryOut(String order)
This method holds the implementation for the command. |
int |
getUsage()
|
void |
start()
Empty method that can be overridden, and is called at instantiation time. |
Methods inherited from class server.commands.AbstractCommand |
action, addCommandLast, build, clone, compareTo, countUp, equals, fileToSystem, makeFileOfOrder, save, sort, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int usage
Constructor Detail |
public User()
Method Detail |
public int getUsage()
public void start()
AbstractCommand
start
in class AbstractCommand
public void carryOut(String order)
AbstractCommand
carryOut
in class AbstractCommand
order
- the order, except the first word.
|
FTP-Server API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |