|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAdditionalInput
This interface represents an additionalInput instance in the managed build system. This element is only present if the user or a tool integrator needs to define additional inputs or dependencies to a tool. An inputType element can have multiple additionalInput children.
Field Summary | |
---|---|
static java.lang.String |
ADDITIONAL_DEPENDENCY
|
static java.lang.String |
ADDITIONAL_INPUT
|
static java.lang.String |
ADDITIONAL_INPUT_DEPENDENCY
|
static java.lang.String |
ADDITIONAL_INPUT_ELEMENT_NAME
|
static java.lang.String |
KIND
|
static int |
KIND_ADDITIONAL_DEPENDENCY
|
static int |
KIND_ADDITIONAL_INPUT
|
static int |
KIND_ADDITIONAL_INPUT_DEPENDENCY
|
static java.lang.String |
PATHS
|
Method Summary | |
---|---|
int |
getKind()
Returns the kind of additional input. |
IInputType |
getParent()
Returns the InputType parent of this AdditionalInput. |
java.lang.String[] |
getPaths()
Returns an array of the relative or absolute paths of the resources to which this element applies. |
boolean |
isDirty()
Returns true if this element has changes that need to
be saved in the project file, else false . |
void |
setDirty(boolean isDirty)
Sets the element's "dirty" (have I been modified?) |
void |
setKind(int kind)
Sets the kind of additional input. |
void |
setPaths(java.lang.String paths)
Sets semi-colon separated list of the relative or absolute paths of the resources to which this element applies. |
Field Detail |
---|
static final java.lang.String ADDITIONAL_INPUT_ELEMENT_NAME
static final java.lang.String PATHS
static final java.lang.String KIND
static final java.lang.String ADDITIONAL_DEPENDENCY
static final int KIND_ADDITIONAL_DEPENDENCY
static final java.lang.String ADDITIONAL_INPUT
static final int KIND_ADDITIONAL_INPUT
static final java.lang.String ADDITIONAL_INPUT_DEPENDENCY
static final int KIND_ADDITIONAL_INPUT_DEPENDENCY
Method Detail |
---|
IInputType getParent()
java.lang.String[] getPaths()
void setPaths(java.lang.String paths)
paths
- int getKind()
void setKind(int kind)
boolean isDirty()
true
if this element has changes that need to
be saved in the project file, else false
.
void setDirty(boolean isDirty)
isDirty
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |