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 theChannelConversion
s shipped with this instance.Provides theMapping
s shipped with this instance.Provides thePlatform
s required by this instance.void
setProperties
(Configuration configuration) Provides relevantConfiguration
properties.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:Plugin
Provides relevantConfiguration
properties.- Specified by:
setProperties
in interfacePlugin
- Parameters:
configuration
- accepts the properties
-
getMappings
Description copied from interface:Plugin
Provides theMapping
s shipped with this instance.- Specified by:
getMappings
in interfacePlugin
- Returns:
- the
Mapping
s
-
getRequiredPlatforms
Description copied from interface:Plugin
Provides thePlatform
s required by this instance.- Specified by:
getRequiredPlatforms
in interfacePlugin
- Returns:
- the
Platform
s
-
getChannelConversions
Description copied from interface:Plugin
Provides theChannelConversion
s shipped with this instance.- Specified by:
getChannelConversions
in interfacePlugin
- Returns:
- the
ChannelConversion
s
-