|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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,
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 |
| Method parameters in org.eclipse.ptp.pldt.common with type arguments of type Artifact | |
|---|---|
boolean |
ArtifactMarkingVisitor.visitFile(IResource resource,
List<Artifact> artifacts)
Put markers on a file where list of artifacts is a List |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||