Uses of Interface
com.hammurapi.config.bootstrap.TokenExpander.TokenSource

Packages that use TokenExpander.TokenSource
com.hammurapi.config   
com.hammurapi.config.bootstrap   
com.hammurapi.config.impl   
com.hammurapi.config.runtime   
 

Uses of TokenExpander.TokenSource in com.hammurapi.config
 

Methods in com.hammurapi.config with parameters of type TokenExpander.TokenSource
 void Factory.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
          Compiles configuration to Java source file.
 org.eclipse.emf.common.util.EList<URL> Path.getUrls(URL baseURL, TokenExpander.TokenSource tokens)
          Returns URL's to construct URL classloader.
 

Uses of TokenExpander.TokenSource in com.hammurapi.config.bootstrap
 

Classes in com.hammurapi.config.bootstrap that implement TokenExpander.TokenSource
 class MapTokenSource
          Implementation of token source with tokens stored in a map.
 

Methods in com.hammurapi.config.bootstrap with parameters of type TokenExpander.TokenSource
 FactoryClosure<T> BootstrapFactory.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 FactoryClosure<T> Bootstrapper.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 

Constructors in com.hammurapi.config.bootstrap with parameters of type TokenExpander.TokenSource
TokenExpander(TokenExpander.TokenSource tokens)
          Creates a new instance of PropertyParser
TokenExpander(TokenExpander.TokenSource tokens, char tokenFirstOpeningChar, char tokenSecondOpeningChar, char tokenClosingChar)
          Creates a new instance of TokenExpander.
 

Uses of TokenExpander.TokenSource in com.hammurapi.config.impl
 

Methods in com.hammurapi.config.impl that return TokenExpander.TokenSource
 TokenExpander.TokenSource ConfigFactoryImpl.createETokenSourceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 

Methods in com.hammurapi.config.impl with parameters of type TokenExpander.TokenSource
 void CollectionImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void MapImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void MethodCallImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NamedCollectionImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NamedMapImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NamedObjectDefinitionImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NamedReferenceImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NamedScriptImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void NullImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void ObjectDefinitionImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void ReferenceImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 void ScriptImpl.compile(org.eclipse.emf.common.util.EList<String> profilePath, TokenExpander.TokenSource tokens, ClassLoader classLoader, File dir, String targetPackage, String targetClass)
           
 org.eclipse.emf.common.util.EList<URL> PathImpl.getUrls(URL baseURL, TokenExpander.TokenSource tokens)
           
 

Uses of TokenExpander.TokenSource in com.hammurapi.config.runtime
 

Methods in com.hammurapi.config.runtime that return TokenExpander.TokenSource
 TokenExpander.TokenSource FactoryConfig.getTokenSource()
           
 

Methods in com.hammurapi.config.runtime with parameters of type TokenExpander.TokenSource
 FactoryClosure<T> BootstrapFactoryImpl.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 void FactoryConfig.setTokenSource(TokenExpander.TokenSource tokens)