Uses of Interface
org.jvnet.hk2.config.Translator

Packages that use Translator
org.jvnet.hk2.config   
 

Uses of Translator in org.jvnet.hk2.config
 

Classes in org.jvnet.hk2.config that implement Translator
 class VariableResolver
          Translator that does variable resolution in the Ant style.
 

Fields in org.jvnet.hk2.config declared as Translator
static Translator Translator.NOOP
          Translator that does nothing.
static Translator Translator.SYS_PROP_TR
          A translator that does translation from the system properties.
 

Methods in org.jvnet.hk2.config that return Translator
 Translator DomDocument.getTranslator()
           
 

Methods in org.jvnet.hk2.config with parameters of type Translator
 void DomDocument.setTranslator(Translator translator)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.