|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--plugins.JavaRolePlugin
Constructor Summary | |
JavaRolePlugin()
|
Method Summary | |
sharpster.common.ResponseCollection |
extractParts(sharpster.common.SharedFile originalFile,
java.lang.String role)
Extract the shared parts from a file collection. |
java.lang.String |
getPluginDescription()
Retrns a description of this plug-in. |
java.lang.String |
getPluginName()
Returns the name of the plug-in which has created this data. |
sharpster.common.ResponseCollection |
mergeParts(sharpster.common.SharedFile originalFile,
sharpster.common.SharedFile partsFile,
java.lang.String role)
Merge the shared parts with the entire files. |
sharpster.common.PluginData |
parseArguments(java.util.LinkedList args)
Parse a commandline argument and convert it to a specific plugin data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaRolePlugin()
Method Detail |
public java.lang.String getPluginName()
public java.lang.String getPluginDescription()
public sharpster.common.PluginData parseArguments(java.util.LinkedList args)
public sharpster.common.ResponseCollection extractParts(sharpster.common.SharedFile originalFile, java.lang.String role)
public sharpster.common.ResponseCollection mergeParts(sharpster.common.SharedFile originalFile, sharpster.common.SharedFile partsFile, java.lang.String role)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |