|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInputOrder
This interface represents an inputOrder instance in the managed build system. This element is only present if the user or a tool integrator needs to define the specific order of input files to a tool, or needs to exclude one or more input files from being used by a tool. An inputType element can have multiple inputOrder children.
Field Summary | |
---|---|
static java.lang.String |
EXCLUDED
|
static java.lang.String |
INPUT_ORDER_ELEMENT_NAME
|
static java.lang.String |
ORDER
|
static java.lang.String |
PATH
|
Method Summary | |
---|---|
boolean |
getExcluded()
Returns true if this resource is not used as an input for the tool. |
java.lang.String |
getOrder()
Returns a comma-separated list of integer values that specify the order of this resource. |
IInputType |
getParent()
Returns the InputType parent of this InputOrder. |
java.lang.String |
getPath()
Returns the relative or absolute path of the resource 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 |
setExcluded(boolean excluded)
Sets whether this resource is not used as an input for the tool. |
void |
setOrder(java.lang.String order)
Sets the comma-separated list of integer values that specify the order of this resource. |
void |
setPath(java.lang.String path)
Sets the relative or absolute path of the resource to which this element applies. |
Field Detail |
---|
static final java.lang.String INPUT_ORDER_ELEMENT_NAME
static final java.lang.String PATH
static final java.lang.String ORDER
static final java.lang.String EXCLUDED
Method Detail |
---|
IInputType getParent()
java.lang.String getPath()
void setPath(java.lang.String path)
path
- java.lang.String getOrder()
void setOrder(java.lang.String order)
order
- boolean getExcluded()
true
if this resource is not used as an input for the tool.
void setExcluded(boolean excluded)
excluded
- 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 |