Class ParsedClasspath


  • public class ParsedClasspath
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.lang.String> classLocationSet  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsedClasspath()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addClassLocation​(java.lang.String location)  
      void clear()  
      java.util.List<java.lang.String> getClassLocations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classLocationSet

        private java.util.Set<java.lang.String> classLocationSet
    • Constructor Detail

      • ParsedClasspath

        public ParsedClasspath()
    • Method Detail

      • clear

        public void clear()
      • addClassLocation

        public void addClassLocation​(java.lang.String location)
      • getClassLocations

        public java.util.List<java.lang.String> getClassLocations()