public class AbstractBuildProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
_binExcludes
lists files to exclude from the binary build
|
protected java.lang.String[] |
_binIncludes
lists files that will included in the binary version of the plug-in being built
|
protected boolean |
_custom
indicates that the build script is hand-crafted as opposed to automatically generated.
|
static java.lang.String |
SELF
SELF
|
Constructor and Description |
---|
AbstractBuildProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getBinaryExcludes() |
java.lang.String[] |
getBinaryIncludes() |
java.lang.String |
getQualifier() |
boolean |
isContextQualifier() |
boolean |
isCustom() |
boolean |
isNoneQualifier() |
public static java.lang.String SELF
protected boolean _custom
protected java.lang.String[] _binIncludes
protected java.lang.String[] _binExcludes
public boolean isCustom()
public java.lang.String[] getBinaryExcludes()
public java.lang.String[] getBinaryIncludes()
public java.lang.String getQualifier()
public boolean isContextQualifier()
public boolean isNoneQualifier()