Status: New
Owner: ----

New issue 534 by ma.qianfan: Add public api: Named.getValue()
http://code.google.com/p/google-guice/issues/detail?id=534

In my properties file, I need to specify a sorting order, such as
sort_10=abc
sort_20=def
sort_30=html

I would like to figure out the order by doing:
get properties name starting with "sort_", use the following integer as index for ordering.

I found it is hard to do it from Injector because it missed the api proposed.

I could do my algorithm in multiple ways. but adding this api seems helpful.




--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to