Constructor and Description |
---|
RDotTxtResourceCollector() |
Modifier and Type | Method and 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() |
public void addIntResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation)
public void addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType rType, String name, Path path, DocumentLocation documentLocation, RDotTxtEntry.CustomDrawableType drawableType)
public void addIntArrayResourceIfNotPresent(RDotTxtEntry.RType rType, String name, int numValues, Path path, DocumentLocation documentLocation)
public void addResource(RDotTxtEntry.RType rType, RDotTxtEntry.IdType idType, String name, String idValue, @Nullable String parent, Path path, DocumentLocation documentLocation)
public Set<RDotTxtEntry> getResources()