Package org.symphonyoss.s2.canon.runtime
Interface IAbstractEntityHandler
-
- All Known Subinterfaces:
IAsyncEntityHandler,IEntityHandler
- All Known Implementing Classes:
AbstractPathHandler,AsyncPathHandler,PathHandler
public interface IAbstractEntityHandlerBase interface of all (sync and async) Path Handlers.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPartsLength()StringgetPath()
-
-
-
Method Detail
-
getPath
String getPath()
-
getPartsLength
int getPartsLength()
-
-