Class LogTailDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.LogTailDelegator
-
- All Implemented Interfaces:
ILogTailDelegator
public class LogTailDelegator extends BaseDelegator implements ILogTailDelegator
Implementation for logtail.
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION
-
-
Constructor Summary
Constructors Constructor Description LogTailDelegator(IOptionsServer server)
Instantiates a new log tail delegator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILogTail
getLogTail(LogTailOptions opts)
Gets the log tail.
-
-
-
Constructor Detail
-
LogTailDelegator
public LogTailDelegator(IOptionsServer server)
Instantiates a new log tail delegator.- Parameters:
server
- the server
-
-
Method Detail
-
getLogTail
public ILogTail getLogTail(LogTailOptions opts) throws P4JavaException
Description copied from interface:ILogTailDelegator
Gets the log tail.- Specified by:
getLogTail
in interfaceILogTailDelegator
- Parameters:
opts
- the opts- Returns:
- the log tail
- Throws:
P4JavaException
- the p4 java exception
-
-