Class ExternalResourceClassPathAugmenter

    • Field Detail

      • m_Files

        protected PlaceholderFile[] m_Files
        the jars/zips to add to the classpath.
      • m_Directories

        protected PlaceholderDirectory[] m_Directories
        the directories with classes to add to the classpath.
    • Constructor Detail

      • ExternalResourceClassPathAugmenter

        public ExternalResourceClassPathAugmenter()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Returns:
        a description suitable for displaying in the gui
      • setOptions

        protected boolean setOptions​(net.sourceforge.argparse4j.inf.Namespace ns)
        Sets the parsed options.
        Overrides:
        setOptions in class AbstractSimpleOptionParser
        Parameters:
        ns - the parsed options
        Returns:
        if successfully set
      • setFiles

        public void setFiles​(PlaceholderFile[] value)
        Sets the jar/zip files to add to the classpath.
        Parameters:
        value - the jar/zip files
      • getFiles

        public PlaceholderFile[] getFiles()
        Returns the jar/zip files to add to the classpath.
        Returns:
        the jar/zip files
      • filesTipText

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

        public void setDirectories​(PlaceholderDirectory[] value)
        Sets the directories to add to the classpath.
        Parameters:
        value - the directories
      • getDirectories

        public PlaceholderDirectory[] getDirectories()
        Returns the directories to add to the classpath.
        Returns:
        the directories
      • directoriesTipText

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

        public String[] getClassPathAugmentation()
        Returns the classpath parts (jars, directories) to add to the classpath.
        Returns:
        the additional classpath parts