Package | Description |
---|---|
org.eclipse.ptp.pldt.common |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
ScanReturn.getArtifactList()
Get list of artifacts found
|
Modifier and Type | Method and Description |
---|---|
void |
ScanReturn.addArtifact(Artifact a)
Add an artifact to the accumulated list
|
protected void |
ArtifactMarkingVisitor.createArtifactMarker(IResource resource,
Artifact artifact,
String fn)
create the marker for the artifact, and add it to
the repository (ArtifactManager)
|
protected Map<String,Object> |
ArtifactMarkingVisitor.createCommonMarkerAttrs(IResource resource,
Artifact artifact,
String fn)
Create marker attributes with common information shared by everyone
|
protected void |
ArtifactMarkingVisitor.createMarkers(IResource resource,
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactMarkingVisitor.visitFile(IResource resource,
List<Artifact> artifacts)
Put markers on a file where list of artifacts is a List
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.