|
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.Stor
Field Summary |
Fields inherited from class server.commands.AbstractCommand |
command, name, originalOrder, ses |
Constructor Summary | |
Stor()
|
Method Summary | |
void |
carryOut(String order)
This method holds the implementation for the command. |
Methods inherited from class server.commands.AbstractCommand |
action, addCommandLast, build, clone, compareTo, countUp, equals, fileToSystem, makeFileOfOrder, save, sort, start, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Stor()
Method Detail |
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 |