|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICdtVariable
this interface represents the given build macro
Field Summary | |
---|---|
static int |
VALUE_PATH_ANY
can hold both file and dir path |
static int |
VALUE_PATH_ANY_LIST
can hold the array of PATH_ANY values |
static int |
VALUE_PATH_DIR
can hold dir path |
static int |
VALUE_PATH_DIR_LIST
can hold the array of dir path values |
static int |
VALUE_PATH_FILE
can hold file path |
static int |
VALUE_PATH_FILE_LIST
can hold the array of file path values |
static int |
VALUE_TEXT
can hold any text string |
static int |
VALUE_TEXT_LIST
can hold the array of text string values |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the macro name |
java.lang.String[] |
getStringListValue()
|
java.lang.String |
getStringValue()
|
int |
getValueType()
|
Field Detail |
---|
static final int VALUE_TEXT
static final int VALUE_TEXT_LIST
static final int VALUE_PATH_FILE
static final int VALUE_PATH_FILE_LIST
static final int VALUE_PATH_DIR
static final int VALUE_PATH_DIR_LIST
static final int VALUE_PATH_ANY
static final int VALUE_PATH_ANY_LIST
Method Detail |
---|
java.lang.String getName()
int getValueType()
java.lang.String getStringValue() throws CdtVariableException
CdtVariableException
- if macro holds StringList-type valuejava.lang.String[] getStringListValue() throws CdtVariableException
CdtVariableException
- if macro holds single String-type value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |