Package org.eclipse.tycho.packaging
Class SourceReferences
- java.lang.Object
-
- org.eclipse.tycho.packaging.SourceReferences
-
public class SourceReferences extends java.lang.Object
plexus value object for mojo parameter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
customValue
private boolean
generate
-
Constructor Summary
Constructors Constructor Description SourceReferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCustomValue()
void
setCustomValue(java.lang.String customValue)
void
setGenerate(boolean generate)
boolean
shouldGenerate()
-