Package flexagon.fd.model.pojos.plugin
Class PluginXML
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.plugin.PluginXML
- All Implemented Interfaces:
Serializable
Utility class to handle Plugin XML Data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperationPropertyKeys(String pOperation) PluginDefinitionOperationgetPluginOperation(String pOperationName) Returns resource types defined by this plugin.booleanisConsumesArtifactsDelegated(String pOperationName) booleanisEndpointExecutionDelegated(String pOperationName) booleanisEndpointSelectionDelegated(String pOperationName) booleanisProducesArtifactsDelegated(String pOperationName) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
PluginXML
-
-
Method Details
-
getPluginDefinition
public PluginDefinition getPluginDefinition() -
getPluginXMLData
-
getPluginOperations
-
getAllPropertyKeyNames
-
getPluginOperation
-
isConsumesArtifactsDelegated
-
isProducesArtifactsDelegated
-
isEndpointSelectionDelegated
-
isEndpointExecutionDelegated
-
getOperationPropertyKeys
-
getResourceTypes
Returns resource types defined by this plugin. They will be added to the Resource Types list.- Returns:
- List
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-