PTP
Release 7.0

Uses of Class
org.eclipse.ptp.pldt.common.Artifact

Packages that use Artifact
org.eclipse.ptp.pldt.common   
 

Uses of Artifact in org.eclipse.ptp.pldt.common
 

Methods in org.eclipse.ptp.pldt.common that return Artifact
static Artifact[] ArtifactMarkingVisitor.getPIs(IResource r)
          Get Artifacts for a given resource. e.g. could reads XML file that is presumed to be in same folder as resource file.
 

Methods in org.eclipse.ptp.pldt.common that return types with arguments of type Artifact
 java.util.List<Artifact> ScanReturn.getArtifactList()
          Get list of artifacts found
 

Methods in org.eclipse.ptp.pldt.common with parameters of type Artifact
 void ScanReturn.addArtifact(Artifact a)
          Add an artifact to the accumulated list
protected  void ArtifactMarkingVisitor.createArtifactMarker(IResource resource, Artifact artifact, java.lang.String fn)
          create the marker for the artifact, and add it to the repository (ArtifactManager)
protected  java.util.Map<java.lang.String,java.lang.Object> ArtifactMarkingVisitor.createCommonMarkerAttrs(IResource resource, Artifact artifact, java.lang.String fn)
          Create marker attributes with common information shared by everyone
protected  void ArtifactMarkingVisitor.createMarkers(IResource resource, java.lang.String fn, Artifact[] artifacts)
          Create markers for a file.
static void ArtifactMarkingVisitor.showArtifact(Artifact artifact)
          Show an artifact object - print for debugging/tracing purposes
 boolean ArtifactMarkingVisitor.visitFile(IResource resource, Artifact[] artifacts)
          Generic version to put markers on a file, given the file(resource) and the list of artifacts
 

Method parameters in org.eclipse.ptp.pldt.common with type arguments of type Artifact
 boolean ArtifactMarkingVisitor.visitFile(IResource resource, java.util.List<Artifact> artifacts)
          Put markers on a file where list of artifacts is a List instead of an array
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.