Class ListPackages

    • Constructor Detail

      • ListPackages

        public ListPackages()
    • Method Detail

      • setListType

        public void setListType​(ListPackages.ListType value)
        Sets the type of list to generate.
        Parameters:
        value - the type
      • getListType

        public ListPackages.ListType getListType()
        Returns the type of list to generate.
        Returns:
        the type
      • listTypeTipText

        public String listTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setOutputFormat

        public void setOutputFormat​(ListPackages.OutputFormat value)
        Sets the type of output format to generate.
        Parameters:
        value - the type
      • getOutputFormat

        public ListPackages.OutputFormat getOutputFormat()
        Returns the type of output format to generate.
        Returns:
        the type
      • outputFormatTipText

        public String outputFormatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getPackages

        protected List<weka.core.packageManagement.Package> getPackages()
                                                                 throws Exception
        Returns the packages to output.
        Returns:
        the packages
        Throws:
        Exception - if retrieval of packages fails