|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILocator | |
---|---|
de.intarsys.tools.functor | |
de.intarsys.tools.locator | |
de.intarsys.tools.result |
Uses of ILocator in de.intarsys.tools.functor |
---|
Methods in de.intarsys.tools.functor that return ILocator | |
---|---|
static ILocator |
ArgTools.getLocator(IArgs args,
String name,
ILocator defaultValue,
ILocatorFactory factory)
The argument value at name as a ILocator . |
Methods in de.intarsys.tools.functor that return types with arguments of type ILocator | |
---|---|
static List<ILocator> |
ArgTools.getLocators(IArgs args,
String name,
ILocatorFactory factory)
The argument value at name as a List . |
Methods in de.intarsys.tools.functor with parameters of type ILocator | |
---|---|
static ILocator |
ArgTools.getLocator(IArgs args,
String name,
ILocator defaultValue,
ILocatorFactory factory)
The argument value at name as a ILocator . |
Uses of ILocator in de.intarsys.tools.locator |
---|
Classes in de.intarsys.tools.locator that implement ILocator | |
---|---|
class |
ByteArrayLocator
An adapter from a byte[] object to ILocator . |
class |
ClassLoaderResourceLocator
An ILocator for java resources identified directly by a class loader. |
class |
ClassResourceLocator
An ILocator for java resources relative to a given class. |
class |
CommonLocator
|
class |
DelegatingLocator
An adapter for implementing a delegation model. |
class |
FileLocator
File based implementation of ILocator . |
class |
LocatorByReference
This ILocator serves as an adapter for an ILocatorSupport
instance. |
class |
LocatorViewport
A viewport implementation for ILocator . |
class |
ReadOnlyLocator
A simple read only locator. |
class |
StreamLocator
A simple adapter from InputStream to ILocator . |
class |
StringLocator
A simple adapter from a String to ILocator . |
class |
TransientLocator
A "non persistent" locator. |
Methods in de.intarsys.tools.locator that return ILocator | |
---|---|
ILocator |
MappedLocatorLookup.createLocator(String location)
|
ILocator |
LocatorBasedLookup.createLocator(String location)
|
ILocator |
ILocatorFactory.createLocator(String location)
Create a ILocator object. |
ILocator |
FileLocatorFactory.createLocator(String path)
The file locator factory supports looking up resources in multiple paths. |
ILocator |
DelegatingLocatorLookup.createLocator(String location)
|
ILocator |
AbsoluteFileLocatorLookup.createLocator(String location)
|
static ILocator[] |
LocatorTools.createLocators(String paths,
ILocatorFactory factory)
|
ILocator |
TransientLocator.getChild(String name)
|
ILocator |
StringLocator.getChild(String child)
|
ILocator |
StreamLocator.getChild(String child)
|
ILocator |
LocatorViewport.getChild(String name)
|
ILocator |
LocatorByReference.getChild(String name)
|
ILocator |
ILocator.getChild(String name)
The locator for the resource name within the context of
this. |
ILocator |
FileLocator.getChild(String name)
|
ILocator |
DelegatingLocator.getChild(String name)
|
ILocator |
ClassResourceLocator.getChild(String childName)
|
ILocator |
ClassLoaderResourceLocator.getChild(String childName)
|
ILocator |
ByteArrayLocator.getChild(String name)
|
ILocator |
LocatorViewport.getDelegate()
|
ILocator |
DelegatingLocator.getDelegate()
|
ILocator |
LocatorBasedLookup.getLocator()
|
ILocator |
ILocatorSupport.getLocator()
Return the ILocator that defines the physical resource location
for the reciver. |
ILocator |
TransientLocator.getParent()
|
ILocator |
StringLocator.getParent()
|
ILocator |
StreamLocator.getParent()
|
ILocator |
LocatorViewport.getParent()
|
ILocator |
LocatorByReference.getParent()
|
ILocator |
ILocator.getParent()
The ILocator that is one hierarchy level up or null. |
ILocator |
FileLocator.getParent()
|
ILocator |
DelegatingLocator.getParent()
|
ILocator |
ClassResourceLocator.getParent()
|
ILocator |
ClassLoaderResourceLocator.getParent()
|
ILocator |
ByteArrayLocator.getParent()
|
ILocator[] |
TransientLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
StringLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
StreamLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
LocatorViewport.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
LocatorByReference.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
ILocator.listLocators(ILocatorNameFilter filter)
Return an array of ILocator that are children of the receiver
that conform to filter . |
ILocator[] |
FileLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
DelegatingLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
ClassResourceLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
ClassLoaderResourceLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
ByteArrayLocator.listLocators(ILocatorNameFilter filter)
|
Methods in de.intarsys.tools.locator that return types with arguments of type ILocator | |
---|---|
Map<String,ILocator> |
MappedLocatorLookup.getMaps()
|
Methods in de.intarsys.tools.locator with parameters of type ILocator | |
---|---|
boolean |
ILocatorNameFilter.accept(ILocator parent,
String name)
This method returns true if the ILocator with name
name within parent should be included in
the result list. |
void |
MappedLocatorLookup.addMap(String name,
ILocator locator)
|
static File |
LocatorTools.getFile(ILocator locator)
|
Constructors in de.intarsys.tools.locator with parameters of type ILocator | |
---|---|
DelegatingLocator(ILocator delegate)
|
|
LocatorBasedLookup(ILocator locator)
|
|
LocatorViewport(ILocator delegate)
|
|
ReadOnlyLocator(ILocator delegate)
|
Uses of ILocator in de.intarsys.tools.result |
---|
Methods in de.intarsys.tools.result that return ILocator | |
---|---|
ILocator |
StringBasedResult.getLocator()
|
ILocator |
LocatorBasedResult.getLocator()
|
ILocator |
ByteBasedResult.getLocator()
|
Constructors in de.intarsys.tools.result with parameters of type ILocator | |
---|---|
LocatorBasedResult(String contentType,
ILocator locator)
|
|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |