Ejemplo n.º 1
0
 /* (non-Javadoc)
  * @see IMarkerDelta#getAttributes(String[])
  */
 public Object[] getAttributes(String[] attributeNames) {
   return info.getAttributes(attributeNames);
 }
Ejemplo n.º 2
0
 /* (non-Javadoc)
  * @see IMarkerDelta#getAttributes()
  */
 public Map getAttributes() {
   return info.getAttributes();
 }