Class ClassPathBuilder.DiscoveredCodeBase

  • Enclosing class:
    ClassPathBuilder

    static class ClassPathBuilder.DiscoveredCodeBase
    extends java.lang.Object
    A codebase discovered during classpath building.
    • Constructor Detail

      • DiscoveredCodeBase

        public DiscoveredCodeBase​(ICodeBase codeBase)
    • Method Detail

      • getCodeBase

        public ICodeBase getCodeBase()
      • getResourceList

        public java.util.LinkedList<ICodeBaseEntry> getResourceList()
      • addCodeBaseEntry

        public void addCodeBaseEntry​(ICodeBaseEntry entry)
      • iterator

        public ICodeBaseIterator iterator()
                                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException