Package org.apache.wayang.basic.plugin
Class WayangBasic
- java.lang.Object
-
- org.apache.wayang.basic.plugin.WayangBasic
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTEMP_DIR_PROPERTY
-
Constructor Summary
Constructors Constructor Description WayangBasic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ChannelConversion>getChannelConversions()Provides theChannelConversions shipped with this instance.java.util.Collection<Mapping>getMappings()Provides theMappings shipped with this instance.java.util.Collection<Platform>getRequiredPlatforms()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, wait
-
Methods inherited from interface org.apache.wayang.core.plugin.Plugin
configure, getExcludedChannelConversions, getExcludedMappings, getExcludedRequiredPlatforms
-
-
-
-
Field Detail
-
TEMP_DIR_PROPERTY
public static final java.lang.String TEMP_DIR_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setProperties
public void setProperties(Configuration configuration)
Description copied from interface:PluginProvides relevantConfigurationproperties.- Specified by:
setPropertiesin interfacePlugin- Parameters:
configuration- accepts the properties
-
getMappings
public java.util.Collection<Mapping> getMappings()
Description copied from interface:PluginProvides theMappings shipped with this instance.- Specified by:
getMappingsin interfacePlugin- Returns:
- the
Mappings
-
getRequiredPlatforms
public java.util.Collection<Platform> getRequiredPlatforms()
Description copied from interface:PluginProvides thePlatforms required by this instance.- Specified by:
getRequiredPlatformsin interfacePlugin- Returns:
- the
Platforms
-
getChannelConversions
public java.util.Collection<ChannelConversion> getChannelConversions()
Description copied from interface:PluginProvides theChannelConversions shipped with this instance.- Specified by:
getChannelConversionsin interfacePlugin- Returns:
- the
ChannelConversions
-
-