intarsys runtime library

de.intarsys.tools.locator
Interface ILocatorOutlet

All Superinterfaces:
ILocatorFactory
All Known Implementing Classes:
StandardLocatorOutlet

public interface ILocatorOutlet
extends ILocatorFactory


Method Summary
 Map<String,ILocatorFactory> getLocatorFactories()
           
 ILocatorFactory lookupLocatorFactory(String format)
           
 void registerLocatorFactory(String format, ILocatorFactory factory)
           
 void unregisterLocatorFactory(String format)
           
 
Methods inherited from interface de.intarsys.tools.locator.ILocatorFactory
createLocator
 

Method Detail

getLocatorFactories

Map<String,ILocatorFactory> getLocatorFactories()

lookupLocatorFactory

ILocatorFactory lookupLocatorFactory(String format)

registerLocatorFactory

void registerLocatorFactory(String format,
                            ILocatorFactory factory)

unregisterLocatorFactory

void unregisterLocatorFactory(String format)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.