Esempio n. 1
0
 /**
  * Bind {@link JobProperty}s to URL spaces.
  *
  * @since 1.403
  */
 public JobProperty getProperty(String className) {
   for (JobProperty p : properties) if (p.getClass().getName().equals(className)) return p;
   return null;
 }