Package com.facebook.buck.android.aapt
Class RDotTxtResourceCollector
- java.lang.Object
-
- com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
-
Constructor Summary
Constructors Constructor Description RDotTxtResourceCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation, RDotTxtEntry.CustomDrawableType drawableType)
void
addIntArrayResourceIfNotPresent(RDotTxtEntry.RType rType, String name, int numValues, Path path, DocumentLocation documentLocation)
void
addIntResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation)
void
addResource(RDotTxtEntry.RType rType, RDotTxtEntry.IdType idType, String name, String idValue, String parent, Path path, DocumentLocation documentLocation)
Set<RDotTxtEntry>
getResources()
-
-
-
Method Detail
-
addIntResourceIfNotPresent
public void addIntResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation)
-
addCustomDrawableResourceIfNotPresent
public void addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation, RDotTxtEntry.CustomDrawableType drawableType)
-
addIntArrayResourceIfNotPresent
public void addIntArrayResourceIfNotPresent(RDotTxtEntry.RType rType, String name, int numValues, Path path, DocumentLocation documentLocation)
-
addResource
public void addResource(RDotTxtEntry.RType rType, RDotTxtEntry.IdType idType, String name, String idValue, @Nullable String parent, Path path, DocumentLocation documentLocation)
-
getResources
public Set<RDotTxtEntry> getResources()
-
-