Package org.eclipse.core.internal.resources

Examples of org.eclipse.core.internal.resources.MarkerInfo


    final ISchedulingRule rule = workspace.getRuleFactory().markerRule(this);
    try {
      workspace.prepareOperation(rule, null);
      checkAccessible(getFlags(getResourceInfo(false, false)));
      workspace.beginOperation(true);
      MarkerInfo info = new MarkerInfo();
      info.setType(type);
      info.setCreationTime(System.currentTimeMillis());
      workspace.getMarkerManager().add(this, info);
      return new ExternalMarker();
      //return new ExternalMarker(this, info.getId());
    }
    finally {
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.resources.MarkerInfo

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.