Class Action

  • Direct Known Subclasses:
    PostProcess, Source

    public abstract class Action
    extends java.lang.Object
    Base class for actions in a project.xml files
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • addUserProperty

        public void addUserProperty​(UserProperty userProperty)
        Add a UserProperty to the Action
        Parameters:
        userProperty - the property
      • getUserProperties

        public java.util.List<UserProperty> getUserProperties()
        Return a list of UserProperty objects.
        Returns:
        the UserPropertys