|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILocator | |
|---|---|
| de.intarsys.tools.converter | |
| de.intarsys.tools.functor | |
| de.intarsys.tools.locator | |
| de.intarsys.tools.result | |
| Uses of ILocator in de.intarsys.tools.converter |
|---|
| Methods in de.intarsys.tools.converter that return ILocator | |
|---|---|
ILocator |
LocatorFromArgsConverter.convert(IArgs source)
|
ILocator |
LocatorFromStringConverter.convert(String source)
|
| 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 |
NullLocator
|
class |
ReadOnlyLocator
A simple read only locator. |
class |
RenamedLocator
|
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. |
class |
URLLocator
An ILocator for URL-based access. |
class |
ZipFileLocator
! |
| Methods in de.intarsys.tools.locator that return ILocator | |
|---|---|
static ILocator |
LocatorTools.createLocator(Object value,
ILocatorFactory factory,
ILocator defaultValue)
|
ILocator |
ZipFileLocatorFactory.createLocator(String location)
|
ILocator |
StandardLocatorOutlet.createLocator(String location)
|
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 |
ExpandingLocatorFactory.createLocator(String location)
|
ILocator |
DelegatingLocatorLookup.createLocator(String location)
|
ILocator |
DelegatingLocatorFactory.createLocator(String location)
|
ILocator |
AbsoluteFileLocatorLookup.createLocator(String location)
|
static ILocator[] |
LocatorTools.createLocators(String paths,
ILocatorFactory factory)
|
static ILocator |
LocatorTools.createTempLocator(ILocator locator)
A new temporary ILocator with a copy of the data from "locator". |
static ILocator |
LocatorTools.createTempLocator(ILocator locator,
boolean keepName)
A new temporary ILocator with a copy of the data from "locator". |
ILocator |
ZipFileLocator.getChild(String name)
|
ILocator |
URLLocator.getChild(String childName)
|
ILocator |
TransientLocator.getChild(String name)
|
ILocator |
StringLocator.getChild(String child)
|
ILocator |
StreamLocator.getChild(String child)
|
ILocator |
NullLocator.getChild(String name)
|
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 |
ZipFileLocator.getParent()
|
ILocator |
URLLocator.getParent()
|
ILocator |
TransientLocator.getParent()
|
ILocator |
StringLocator.getParent()
|
ILocator |
StreamLocator.getParent()
|
ILocator |
NullLocator.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[] |
ZipFileLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
URLLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
TransientLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
StringLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
StreamLocator.listLocators(ILocatorNameFilter filter)
|
ILocator[] |
NullLocator.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 accepted. |
void |
MappedLocatorLookup.addMap(String name,
ILocator locator)
|
static void |
LocatorTools.checkHash(ILocator locator,
Object hash)
|
static void |
LocatorTools.checkHash(ILocator locator,
String algorithmName,
Object hash)
Deprecated. |
static void |
LocatorTools.copy(ILocator source,
ILocator target)
Copy locator content. |
static ILocator |
LocatorTools.createLocator(Object value,
ILocatorFactory factory,
ILocator defaultValue)
|
static File |
LocatorTools.createTempFile(ILocator locator)
A temporary File with a copy of the data from "locator". |
static ILocator |
LocatorTools.createTempLocator(ILocator locator)
A new temporary ILocator with a copy of the data from "locator". |
static ILocator |
LocatorTools.createTempLocator(ILocator locator,
boolean keepName)
A new temporary ILocator with a copy of the data from "locator". |
static IDigest |
LocatorTools.digest(ILocator locator,
String algorithmName)
|
static byte[] |
LocatorTools.getBytes(ILocator locator)
The bytes referenced by "locator". |
static File |
LocatorTools.getFile(ILocator locator)
|
static String |
LocatorTools.getString(ILocator locator)
The String data referenced by "locator". |
static String |
LocatorTools.getString(ILocator locator,
String defaultCharsetName,
int size)
The String data referenced by "locator". |
static void |
LocatorTools.putBytes(ILocator locator,
byte[] bytes)
Write bytes to locator. |
static void |
LocatorTools.save(ILocator locator,
File file)
Save "locator"s content to a file. |
| Constructors in de.intarsys.tools.locator with parameters of type ILocator | |
|---|---|
DelegatingLocator(ILocator delegate)
|
|
LocatorBasedLookup(ILocator locator)
|
|
LocatorViewport(ILocator delegate)
|
|
ReadOnlyLocator(ILocator delegate)
|
|
RenamedLocator(ILocator delegate)
|
|
RenamedLocator(ILocator delegate,
String fullName)
|
|
ZipFileLocator(ILocator zipLocator,
String path)
|
|
| 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 | |||||||||