public class DialogUploadAgentBuilder extends java.lang.Object implements OperationAgentBuilder<DesktopAgent,UploadAgent>
Constructor and Description |
---|
DialogUploadAgentBuilder() |
Modifier and Type | Method and Description |
---|---|
UploadAgent |
getOperation(DesktopAgent target)
This method create and return a specific implementation of
OperationAgent object for specified OperationAgent class. |
java.lang.Class<UploadAgent> |
getOperationClass()
Provide class information for registration.
|
public java.lang.Class<UploadAgent> getOperationClass()
OperationAgentBuilder
getOperationClass
in interface OperationAgentBuilder<DesktopAgent,UploadAgent>
OperationAgent
public UploadAgent getOperation(DesktopAgent target)
OperationAgentBuilder
OperationAgent
object for specified OperationAgent class.
Similar to factory pattern.getOperation
in interface OperationAgentBuilder<DesktopAgent,UploadAgent>
Copyright © 2019 Potix Corporation. All rights reserved.