com.dtolabs.rundeck.core.plugins.configuration
Class AbstractBaseDescription

java.lang.Object
  extended by com.dtolabs.rundeck.core.plugins.configuration.AbstractBaseDescription
All Implemented Interfaces:
Description

public abstract class AbstractBaseDescription
extends java.lang.Object
implements Description

AbstractBaseDescription implements the optional components of the Description interface


Constructor Summary
AbstractBaseDescription()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getFwkPropertiesMapping()
          Return a map of config prop keys to external framework property names, allowing input values to be in properties files
 java.util.List<Property> getProperties()
          Return the properties
 java.util.Map<java.lang.String,java.lang.String> getPropertiesMapping()
          Return a map of config prop keys to external project property names, allowing input values to be in properties files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dtolabs.rundeck.core.plugins.configuration.Description
getDescription, getName, getTitle
 

Constructor Detail

AbstractBaseDescription

public AbstractBaseDescription()
Method Detail

getProperties

public java.util.List<Property> getProperties()
Description copied from interface: Description
Return the properties

Specified by:
getProperties in interface Description

getPropertiesMapping

public java.util.Map<java.lang.String,java.lang.String> getPropertiesMapping()
Description copied from interface: Description
Return a map of config prop keys to external project property names, allowing input values to be in properties files

Specified by:
getPropertiesMapping in interface Description

getFwkPropertiesMapping

public java.util.Map<java.lang.String,java.lang.String> getFwkPropertiesMapping()
Description copied from interface: Description
Return a map of config prop keys to external framework property names, allowing input values to be in properties files

Specified by:
getFwkPropertiesMapping in interface Description