Ejemplo n.º 1
0
 /**
  * Zoekt de geconfigureerde archief directory op.
  *
  * @return de naam van de directory voor deze configuratie of null
  */
 public String getArchiefDirectory() {
   return ClobElement.nullSafeGet(this.getConfig().get(ARCHIEF_DIRECTORY));
 }
Ejemplo n.º 2
0
 /**
  * Zoekt de geconfigureerde scan directory op.
  *
  * @return de naam van de directory voor deze configuratie of null
  */
 public String getScanDirectory() {
   return ClobElement.nullSafeGet(this.getConfig().get(SCAN_DIRECTORY));
 }