net.sf.ant4eclipse.model.pdesupport.build
Class AbstractBuildProperties
java.lang.Object
net.sf.ant4eclipse.model.pdesupport.build.AbstractBuildProperties
- Direct Known Subclasses:
- PluginBuildProperties
public class AbstractBuildProperties
- extends java.lang.Object
Field Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELF
public static java.lang.String SELF
- SELF
_custom
protected boolean _custom
- indicates that the build script is hand-crafted as opposed to automatically generated. Therefore no other value is
consulted.
_binIncludes
protected java.lang.String[] _binIncludes
- lists files that will included in the binary version of the plug-in being built
_binExcludes
protected java.lang.String[] _binExcludes
- lists files to exclude from the binary build
AbstractBuildProperties
public AbstractBuildProperties()
isCustom
public boolean isCustom()
- Returns:
getBinaryExcludes
public java.lang.String[] getBinaryExcludes()
getBinaryIncludes
public java.lang.String[] getBinaryIncludes()
getQualifier
public java.lang.String getQualifier()
- Returns:
- Returns the qualifier.
isContextQualifier
public boolean isContextQualifier()
- Returns:
isNoneQualifier
public boolean isNoneQualifier()
- Returns: