plugins.JavaRolePluginModule
Class Extractor

java.lang.Object
  |
  +--plugins.JavaRolePluginModule.Extractor

public class Extractor
extends java.lang.Object


Constructor Summary
Extractor()
           
 
Method Summary
static sharpster.common.ResponseCollection extractPartsForDoc(sharpster.common.SharedFile file)
           
static sharpster.common.ResponseCollection extractPartsForRole(sharpster.common.SharedFile file, java.lang.String role)
          Att göra: 1. undersöka om filen är tom och hantera detta 2. säkerställa att inte flera DOCCOMMENT finns på rad och ta bort överflödiga.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extractor

public Extractor()
Method Detail

extractPartsForDoc

public static sharpster.common.ResponseCollection extractPartsForDoc(sharpster.common.SharedFile file)

extractPartsForRole

public static sharpster.common.ResponseCollection extractPartsForRole(sharpster.common.SharedFile file,
                                                                      java.lang.String role)
Att göra: 1. undersöka om filen är tom och hantera detta 2. säkerställa att inte flera DOCCOMMENT finns på rad och ta bort överflödiga.