com.xebialabs.deployit.booter.remote
Class RemoteMethodDescriptor
java.lang.Object
com.xebialabs.deployit.booter.remote.RemoteMethodDescriptor
- All Implemented Interfaces:
- com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
public class RemoteMethodDescriptor
- extends java.lang.Object
- implements com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteMethodDescriptor
public RemoteMethodDescriptor()
getName
public java.lang.String getName()
- Specified by:
getName in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
setName
public void setName(java.lang.String name)
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
setLabel
public void setLabel(java.lang.String label)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
setDescription
public void setDescription(java.lang.String description)
getAttributes
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
- Specified by:
getAttributes in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
setAttributes
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
getFqn
public java.lang.String getFqn()
- Specified by:
getFqn in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor
setFqn
public void setFqn(java.lang.String fqn)
invoke
public <T> T invoke(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)
- Specified by:
invoke in interface com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor