Package org.eclipse.tycho.dev
Class DevBundleInfo
- java.lang.Object
-
- org.eclipse.tycho.dev.DevBundleInfo
-
public class DevBundleInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DevBundleInfo(ArtifactKey artifactKey, File location, String devEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactKey
getArtifactKey()
String
getDevEntries()
File
getLocation()
String
getSymbolicName()
-
-
-
Constructor Detail
-
DevBundleInfo
public DevBundleInfo(ArtifactKey artifactKey, File location, String devEntries)
-
-
Method Detail
-
getSymbolicName
public String getSymbolicName()
-
getLocation
public File getLocation()
-
getDevEntries
public String getDevEntries()
-
getArtifactKey
public ArtifactKey getArtifactKey()
-
-