JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.tycho.artifactcomparator
Interface ArtifactDelta
All Known Implementing Classes:
CompoundArtifactDelta
,
SimpleArtifactDelta
public interface
ArtifactDelta
Represents both simple and compound artifact delta.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDetailedMessage
()
String
getMessage
()
Method Details
getMessage
String
getMessage
()
Returns:
description of the delta, never null.
getDetailedMessage
String
getDetailedMessage
()
Returns:
detailed description of the delta, never null.