Class ClassFileLocator.Compound

    • Constructor Detail

      • Compound

        public Compound​(ClassFileLocator... classFileLocator)
        Creates a new compound class file locator.
        Parameters:
        classFileLocator - The ClassFileLocators to be represented by this compound class file locator in the order of their application.
      • Compound

        public Compound​(List<? extends ClassFileLocator> classFileLocators)
        Creates a new compound class file locator.
        Parameters:
        classFileLocators - The ClassFileLocators to be represented by this compound class file locator in the order of their application.