Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties Class Reference

Inherits org.corpus_tools.pepper.modules.PepperModuleProperties.

Public Member Functions

Boolean isClean ()
 
Boolean isSelfRelation ()
 
- Public Member Functions inherited from org.corpus_tools.pepper.modules.PepperModuleProperties
 PepperModuleProperties ()
 Creates instance of PepperModuleProperties and initializes it with a set of customization properties. More...
 
void addProperties (URI propURI)
 Loads the given file via Properties#load(java.io.InputStream) and adds all properties given in the passed Property object. More...
 
Properties getProperties ()
 Returns a new Properties object containing all property names and their values. More...
 
void setPropertyValues (File propFile)
 Loads the given file via Properties#load(java.io.InputStream) and adds all properties given in the passed Property object. More...
 
void setPropertyValues (Properties properties)
 Adds all properties given in the passed Property object. More...
 
boolean checkProperties ()
 Checks if all properties marked as required are really set. More...
 
boolean checkProperty (PepperModuleProperty<?> prop)
 Checks if the value of given property, when marked as required is really set. More...
 
void addProperty (PepperModuleProperty<?> property)
 Adds the given PepperModuleProperty object to the internal list. More...
 
PepperModuleProperty<?> getProperty (String propName)
 Returns a PepperModuleProperty object corresponding to the given property name. More...
 
Collection< String > getPropertyNames ()
 Returns all property names registered in that object, and therefore usable for the corresponding PepperModule. More...
 
Collection< PepperModuleProperty<?> > getPropertyDesctriptions ()
 Returns all registered PepperModuleProperty objects, which are usable for the corresponding PepperModule. More...
 
void removePropertyValue (String propName)
 Removes the value of the property with the passed property name from the properties. More...
 
List< Character > stringToCharList (String input)
 Expects a list of characters encoded as a String. More...
 
String toString ()
 

Static Public Attributes

static final String PROP_CLEAN = "clean"
 
static final String PROP_SELF_RELATION = "selfRelation"
 
- Static Public Attributes inherited from org.corpus_tools.pepper.modules.PepperModuleProperties
static final String PROP_AFTER_ADD_SLAYER = PREFIX_PEPPER_AFTER + "addSLayer"
 
static final String PROP_AFTER_COPY_RES = PREFIX_PEPPER_AFTER + "copyRes"
 
static final String PROP_BEFORE_ADD_SLAYER = PREFIX_PEPPER_BEFORE + "addSLayer"
 
static final String PROP_BEFORE_READ_META = PREFIX_PEPPER_BEFORE + "readMeta"
 
static final String PROP_AFTER_REPORT_CORPUSGRAPH = PREFIX_PEPPER_AFTER + "reportCorpusGraph"
 
static final String PROP_AFTER_RENAME_ANNOTATIONS = PREFIX_PEPPER_AFTER + "renameAnnos"
 
static final String PROP_AFTER_REMOVE_ANNOTATIONS = PREFIX_PEPPER_AFTER + "removeAnnos"
 
static final String PROP_AFTER_TOKENIZE = PREFIX_PEPPER_AFTER + "tokenize"
 

Additional Inherited Members

- Protected Attributes inherited from org.corpus_tools.pepper.modules.PepperModuleProperties
Map< String, PepperModuleProperty<?> > pepperModuleProperties = null
 Internal map to map all PepperModuleProperty objects to their name.