Package com.facebook.buck.android.aapt
Class FakeRDotTxtEntry
- java.lang.Object
-
- com.facebook.buck.android.aapt.RDotTxtEntry
-
- com.facebook.buck.android.aapt.FakeRDotTxtEntry
-
- All Implemented Interfaces:
Comparable<RDotTxtEntry>
public class FakeRDotTxtEntry extends RDotTxtEntry
AnRDotTxtEntry
with fakeRDotTxtEntry.idValue
, useful for comparing two resource entries for equality, sinceRDotTxtEntry.compareTo(RDotTxtEntry)
ignores the id value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.facebook.buck.android.aapt.RDotTxtEntry
RDotTxtEntry.CustomDrawableType, RDotTxtEntry.IdType, RDotTxtEntry.RType
-
-
Field Summary
-
Fields inherited from class com.facebook.buck.android.aapt.RDotTxtEntry
customType, idType, idValue, INT_ARRAY_SEPARATOR, name, parent, TO_ENTRY, type
-
-
Constructor Summary
Constructors Constructor Description FakeRDotTxtEntry(RDotTxtEntry.IdType idType, RDotTxtEntry.RType type, String name)
-
Method Summary
-
Methods inherited from class com.facebook.buck.android.aapt.RDotTxtEntry
compareTo, copyWithNewIdValue, copyWithNewParent, equals, hashCode, parse, readResources, toString
-
-
-
-
Constructor Detail
-
FakeRDotTxtEntry
public FakeRDotTxtEntry(RDotTxtEntry.IdType idType, RDotTxtEntry.RType type, String name)
-
-