Package org.eclipse.orion.server.core.resources.annotations

Examples of org.eclipse.orion.server.core.resources.annotations.ResourceDescription.type()


          result.put(property.getName(), value);
        }
      }
      final ResourceDescription resourceShapeDescription = resource.getClass().getAnnotation(ResourceDescription.class);
      // TODO: org.eclipse.orion.internal.server.servlets.ProtocolConstants.KEY_TYPE
      result.put("Type", resourceShapeDescription.type()); //$NON-NLS-1$
    } catch (JSONException e) {
      // should never happen
    }
    return result;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.