intarsys runtime library

Uses of Interface
de.intarsys.tools.locator.ILocatorFactory

Packages that use ILocatorFactory
de.intarsys.tools.functor   
de.intarsys.tools.locator   
 

Uses of ILocatorFactory in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor with parameters of type ILocatorFactory
static ILocator ArgTools.getLocator(IArgs args, String name, ILocator defaultValue, ILocatorFactory factory)
          The argument value at name as a ILocator.
static List<ILocator> ArgTools.getLocators(IArgs args, String name, ILocatorFactory factory)
          The argument value at name as a List.
 

Uses of ILocatorFactory in de.intarsys.tools.locator
 

Subinterfaces of ILocatorFactory in de.intarsys.tools.locator
 interface ILocatorOutlet
           
 

Classes in de.intarsys.tools.locator that implement ILocatorFactory
 class AbsoluteFileLocatorLookup
           
 class AbstractLocatorLookup
           
 class CommonLocatorFactory
          A common superclass for implementing an ILocatorFactory.
 class DelegatingLocatorFactory
           
 class DelegatingLocatorLookup
           
 class ExpandingLocatorFactory
           
 class FileLocatorFactory
          The factory for FileLocator objects.
 class LocatorBasedLookup
           
 class MappedLocatorLookup
           
 class SearchPathLocatorLookup
           
 class StandardLocatorOutlet
           
 class ZipFileLocatorFactory
          !
 

Methods in de.intarsys.tools.locator that return ILocatorFactory
static ILocatorFactory LocatorFactory.get()
           
 ILocatorFactory StandardLocatorOutlet.getDefaultLocatorFactory()
           
 ILocatorFactory StandardLocatorOutlet.lookupLocatorFactory(String format)
           
 ILocatorFactory ILocatorOutlet.lookupLocatorFactory(String format)
           
 

Methods in de.intarsys.tools.locator that return types with arguments of type ILocatorFactory
 Map<String,ILocatorFactory> StandardLocatorOutlet.getLocatorFactories()
           
 Map<String,ILocatorFactory> ILocatorOutlet.getLocatorFactories()
           
 List<ILocatorFactory> DelegatingLocatorLookup.getLocatorFactories()
           
 

Methods in de.intarsys.tools.locator with parameters of type ILocatorFactory
 boolean DelegatingLocatorLookup.addLocatorFactory(ILocatorFactory factory)
           
static ILocator LocatorTools.createLocator(Object value, ILocatorFactory factory, ILocator defaultValue)
           
static ILocator[] LocatorTools.createLocators(String paths, ILocatorFactory factory)
           
 void StandardLocatorOutlet.registerLocatorFactory(String format, ILocatorFactory factory)
           
 void ILocatorOutlet.registerLocatorFactory(String format, ILocatorFactory factory)
           
 boolean DelegatingLocatorLookup.removeLocatorFactory(ILocatorFactory factory)
           
static void LocatorFactory.set(ILocatorFactory factory)
           
 void StandardLocatorOutlet.setDefaultLocatorFactory(ILocatorFactory defaultLocatorFactory)
           
 

Constructors in de.intarsys.tools.locator with parameters of type ILocatorFactory
DelegatingLocatorFactory(ILocatorFactory factory)
           
ExpandingLocatorFactory(ILocatorFactory factory, IStringEvaluator evaluator, File parent)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.