|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.res2.PreprocessDataItem
public class PreprocessDataItem
DataItem for preprocessing resources.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.io.File |
getFileToUse()
|
java.lang.String |
getKey()
Returns a key for this item. |
java.lang.String |
getName()
Returns the name of the item. |
F |
getSource()
Returns the DataFile the item is coming from. |
protected int |
getStatus()
|
int |
hashCode()
|
void |
setSource(F sourceFile)
Sets the DataFile |
protected void |
wasTouched()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NonNull public java.io.File getFileToUse()
@NonNull public java.lang.String getName()
@Nullable public F getSource()
public void setSource(F sourceFile)
sourceFile - the DataFileprotected int getStatus()
public java.lang.String getKey()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectprotected void wasTouched()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||