Package de.intarsys.tools.locator
Interface ILocatorSupport
-
- All Known Subinterfaces:
IStreamResult
- All Known Implementing Classes:
ByteBasedResult
,LocatorBasedResult
,StreamResult
,StringBasedResult
public interface ILocatorSupport
Indicate support for locating the receivers resource physically.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILocator
getLocator()
Return theILocator
that defines the physical resource location for the reciver.
-