You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/03/17 20:54:15 UTC

svn commit: r1667381 - /incubator/tamaya/site/trunk/content/quickstart.mdtext

Author: anatole
Date: Tue Mar 17 19:54:15 2015
New Revision: 1667381

URL: http://svn.apache.org/r1667381
Log:
Added some features.

Modified:
    incubator/tamaya/site/trunk/content/quickstart.mdtext

Modified: incubator/tamaya/site/trunk/content/quickstart.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/quickstart.mdtext?rev=1667381&r1=1667380&r2=1667381&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/quickstart.mdtext (original)
+++ incubator/tamaya/site/trunk/content/quickstart.mdtext Tue Mar 17 19:54:15 2015
@@ -136,3 +136,11 @@ Or the same as template:
     }
 
     MyTypeTemplate type = ConfigurationInjector.createTemplate(MyTypeTemplate.class);
+
+
+Currently the following resolvers are available:
+
+* *conf* cross-reference to another configuration entry.
+* *url* referencing a resource addressable by an URL.
+* *file* referencing a file, replacing the expression with the file's text value.
+* *resource* referencing a classpath resource, replacing the expression with the resource's text value.