psdi.common.features

Class FeaturesInfo

  • java.lang.Object
    • psdi.common.features.FeaturesInfo


  • public final class FeaturesInfo
    extends java.lang.Object
    Holds information about the all Features
    • Constructor Summary

      Constructors 
      Constructor and Description
      FeaturesInfo(java.lang.String featureName, boolean implemented, java.lang.String description, java.lang.String depends, java.lang.String product)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDependFrom()
      Get the depends feature name
      java.lang.String getDescription()
      Returns the feature description
      java.lang.String getFeatureName()
      Get the feature name
      java.lang.String getProductName()
      Returns product name
      boolean isImplemented()
      Returns true if feature implemented
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeaturesInfo

        public FeaturesInfo(java.lang.String featureName,
                            boolean implemented,
                            java.lang.String description,
                            java.lang.String depends,
                            java.lang.String product)
        Constructor
        Parameters:
        featureName - the feature name
        description - the feature description
        depends - depend from feature
        implemented - is feature implemented
    • Method Detail

      • getFeatureName

        public java.lang.String getFeatureName()
        Get the feature name
        Returns:
        the feature name
      • getDependFrom

        public java.lang.String getDependFrom()
        Get the depends feature name
        Returns:
        depends feature name
      • getDescription

        public java.lang.String getDescription()
        Returns the feature description
        Returns:
        the feature description
      • getProductName

        public java.lang.String getProductName()
        Returns product name
        Returns:
        the feature description
      • isImplemented

        public boolean isImplemented()
        Returns true if feature implemented
        Returns:
        is feature implemented
        Throws:
        java.lang.Exception