| Package | Description |
|---|---|
| org.eclipse.ptp.pldt.common |
| Modifier and Type | Method and Description |
|---|---|
static Artifact[] |
ArtifactMarkingVisitor.getPIs(org.eclipse.core.resources.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 |
|---|---|
java.util.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(org.eclipse.core.resources.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(org.eclipse.core.resources.IResource resource,
Artifact artifact,
java.lang.String fn)
Create marker attributes with common information shared by everyone
|
protected void |
ArtifactMarkingVisitor.createMarkers(org.eclipse.core.resources.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(org.eclipse.core.resources.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(org.eclipse.core.resources.IResource resource,
java.util.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.