Package org.reficio.p2
Class P2Artifact
- java.lang.Object
-
- org.reficio.p2.P2Artifact
-
public class P2Artifact extends Object
Represents one <artifact> section in the plugin configuration. This class is mutable only because the values are set by Maven using the setters.- Since:
- 1.0.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Constructor Summary
Constructors Constructor Description P2Artifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getCombinedInstructions()List<String>getExcludes()StringgetId()Map<String,String>getInstructions()PropertiesgetInstructionsProperties()booleanisSingleton()voidsetExcludes(List<String> excludes)voidsetId(String id)voidsetInstructions(Map<String,String> instructions)voidsetInstructionsProperties(Properties instructionsProperties)voidsetOverride(boolean override)voidsetSingleton(boolean singleton)voidsetTransitive(boolean transitive)booleanshouldIncludeSources()booleanshouldIncludeTransitive()booleanshouldOverrideManifest()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
shouldIncludeTransitive
public boolean shouldIncludeTransitive()
-
setTransitive
public void setTransitive(boolean transitive)
-
shouldOverrideManifest
public boolean shouldOverrideManifest()
-
setOverride
public void setOverride(boolean override)
-
setSingleton
public void setSingleton(boolean singleton)
-
isSingleton
public boolean isSingleton()
-
shouldIncludeSources
public boolean shouldIncludeSources()
-
getInstructionsProperties
public Properties getInstructionsProperties()
-
setInstructionsProperties
public void setInstructionsProperties(Properties instructionsProperties)
-
-