Package org.eclipse.core.resources.mapping

Examples of org.eclipse.core.resources.mapping.ResourceMapping


   * @param element the element for which the decoration was initially called
   * @param decoration the decoration
   * @throws CoreException
   */
  private void decorateResourceMapping(Object element, IDecoration decoration) throws CoreException {
    @SuppressWarnings("restriction")
    ResourceMapping mapping = Utils.getResourceMapping(element);

    IDecoratableResource decoRes;
    try {
      decoRes = new DecoratableResourceMapping(mapping);
View Full Code Here

TOP

Related Classes of org.eclipse.core.resources.mapping.ResourceMapping

Copyright © 2018 www.massapicom. 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.