Class LocalCreatorDescriptor
java.lang.Object
com.xebialabs.deployit.booter.local.LocalCreatorDescriptor
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
public class LocalCreatorDescriptor
extends Object
implements com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
-
Method Details
-
from
public static com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor from(LocalDescriptor descriptor, String delegate, Map<String, String> attributes) -
getName
- Specified by:
getNamein interfacecom.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
-
getAttributes
- Specified by:
getAttributesin interfacecom.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
-
invoke
public void invoke(com.xebialabs.deployit.plugin.api.creator.CreatorContext context) - Specified by:
invokein interfacecom.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
-
getFqn
- Specified by:
getFqnin interfacecom.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor
-