Package org.fedoraproject.p2.installer
Class EclipseArtifact
- java.lang.Object
-
- org.fedoraproject.p2.installer.EclipseArtifact
-
public class EclipseArtifact extends Object
- Author:
- Mikolaj Izdebski
-
-
Constructor Summary
Constructors Constructor Description EclipseArtifact(Path path, boolean isFeature, boolean isNative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getId()
Path
getInstalledPath()
Path
getPath()
Map<String,String>
getProperties()
String
getTargetPackage()
String
getVersion()
int
hashCode()
boolean
isFeature()
boolean
isNative()
void
setId(String id)
void
setInstalledPath(Path installedPath)
void
setProperty(String key, String value)
void
setTargetPackage(String targetPackage)
void
setVersion(String version)
-
-
-
Constructor Detail
-
EclipseArtifact
public EclipseArtifact(Path path, boolean isFeature, boolean isNative)
-
-
Method Detail
-
getPath
public Path getPath()
-
isFeature
public boolean isFeature()
-
isNative
public boolean isNative()
-
getTargetPackage
public String getTargetPackage()
-
setTargetPackage
public void setTargetPackage(String targetPackage)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getInstalledPath
public Path getInstalledPath()
-
setInstalledPath
public void setInstalledPath(Path installedPath)
-
-