roboguice.inject
Class StringResourceFactory

java.lang.Object
  extended by roboguice.inject.StringResourceFactory
All Implemented Interfaces:
ResourceFactory<String>

public class StringResourceFactory
extends Object
implements ResourceFactory<String>

Author:
Pierre-Yves Ricau (py.ricau+roboguice@gmail.com)

Field Summary
protected  android.content.res.Resources resources
           
 
Constructor Summary
StringResourceFactory(android.content.res.Resources resources)
           
 
Method Summary
 String get(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resources

protected android.content.res.Resources resources
Constructor Detail

StringResourceFactory

@Inject
public StringResourceFactory(android.content.res.Resources resources)
Method Detail

get

public String get(int id)
Specified by:
get in interface ResourceFactory<String>


Copyright © 2012. All Rights Reserved.