Class ClasspathMetaDataIterator

    • Constructor Detail

      • ClasspathMetaDataIterator

        public ClasspathMetaDataIterator()
                                  throws IOException
        Default constructor; iterates over all classpath elements.
        Throws:
        IOException
      • ClasspathMetaDataIterator

        public ClasspathMetaDataIterator​(String[] dirs,
                                         MetaDataFilter filter)
                                  throws IOException
        Constructor; supply the classpath directories to scan and an optional resource filter. The given directories may be null to scan all classpath directories.
        Throws:
        IOException