Package org.apache.wayang.basic.plugin
Class WayangBasic
java.lang.Object
org.apache.wayang.basic.plugin.WayangBasic
- All Implemented Interfaces:
Plugin
Activator for the basic Wayang package.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides theChannelConversions shipped with this instance.Provides theMappings shipped with this instance.Provides thePlatforms required by this instance.voidsetProperties(Configuration configuration) Provides relevantConfigurationproperties.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wayang.core.plugin.Plugin
configure, getExcludedChannelConversions, getExcludedMappings, getExcludedRequiredPlatforms
-
Field Details
-
TEMP_DIR_PROPERTY
- See Also:
-
-
Constructor Details
-
WayangBasic
public WayangBasic()
-
-
Method Details
-
setProperties
Description copied from interface:PluginProvides relevantConfigurationproperties.- Specified by:
setPropertiesin interfacePlugin- Parameters:
configuration- accepts the properties
-
getMappings
Description copied from interface:PluginProvides theMappings shipped with this instance.- Specified by:
getMappingsin interfacePlugin- Returns:
- the
Mappings
-
getRequiredPlatforms
Description copied from interface:PluginProvides thePlatforms required by this instance.- Specified by:
getRequiredPlatformsin interfacePlugin- Returns:
- the
Platforms
-
getChannelConversions
Description copied from interface:PluginProvides theChannelConversions shipped with this instance.- Specified by:
getChannelConversionsin interfacePlugin- Returns:
- the
ChannelConversions
-